Extra system calls for Go not provided by the syscall package
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
LICENCE.md
README.md
asm.s
extrasys_test.go
openbsd_pledge.go
openbsd_pledge_test.go
util.go

README.md

/!\ ACHTUNG /!\ DEPRECATED /!\ ACHTUNG /!\

In what remains the most significant open-source contribution of my short life thus far, the singular call provided within this library has been merged into golang.org/x/sys/unix. Please use that instead.

extrasys

github wouldn't shut up until I added this stupid document

This may eventually serve as a general repository for syscalls not provided by Go's syscall package. Currently it just provides OpenBSD's pledge(2).

To use, do:

go get ylh.io/extrasys