new syscall package: manually maintained files and scripts.
auto-generated files and deletions are in another CL. goals for new syscall: * automate as much as possible * do not let clients do unsafe things * use simple types (int not int64) * fewer files the files are renamed from foo_amd64_linux to foo_linux_amd64, both because it reads better (all the linux are related, all the amd64 less so) and because it made it easier to replace the existing ones. R=r DELTA=2336 (2260 added, 6 deleted, 70 changed) OCL=29709 CL=29723
Showing
src/lib/syscall/PORT
0 → 100755
src/lib/syscall/errstr.go
0 → 100644
src/lib/syscall/mkerrors
0 → 100755
src/lib/syscall/mksyscall
0 → 100755
This diff is collapsed.
This diff is collapsed.
Please
register
or
sign in
to comment