Fix #104191: Manager build error on ARM64 #104210

Manually merged
Sybren A. Stüvel merged 1 commits from fix/104191-arm64-build into main 2023-05-26 14:15:28 +02:00

1 Commits

Author SHA1 Message Date
Sybren A. Stüvel e4effe9918 Fix #104191: Manager build error on ARM64
Reimplement the `touch()` function on Linux to avoid depending on the
`syscall` package, and use the `sys/unix` package instead. This is
slightly higher level, and seems to build on AMD64 and ARM64.
2023-05-01 17:55:54 +02:00