mksyscall.awk
7.71 KB
-
syscall: mark C syscall functions noescape · a6804ea9
Many C syscall functions take pointer arguments. The pointers don't escape in the C functions. Mark the C functions noescape so calling them doesn't need allocation. Reviewed-on: https://go-review.googlesource.com/c/158158 From-SVN: r267989
Ian Lance Taylor committed