]> Cypherpunks repositories - gostls13.git/commit
syscall: remove mksysnum_darwin.pl script
authorTobias Klauser <tklauser@distanz.ch>
Fri, 25 Sep 2020 16:44:58 +0000 (18:44 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Sat, 26 Sep 2020 10:08:43 +0000 (10:08 +0000)
commitdbb1c5bf743dd556c8a83cba1d064bf3acaf07bb
tree3b11cd7d95ef1314836100fc1d42d11a1da6b8bb
parent8266570ba71fd6af9c07d8fac945b3710010dfc7
syscall: remove mksysnum_darwin.pl script

Direct syscalls using syscall numbers are no longer supported on darwin
since Go 1.12, see https://golang.org/doc/go1.12#darwin. Also,
/usr/include/sys/syscall.h is no longer available on recent macOS
versions, so remove the generating script.

Change-Id: I8e2579c3d0e94a61fc041d06280149ec6ccf13e2
Reviewed-on: https://go-review.googlesource.com/c/go/+/257638
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/syscall/mkall.sh
src/syscall/mksysnum_darwin.pl [deleted file]