Principles for syscall wrappers, again
Andreas Schwab
schwab@suse.de
Tue May 26 17:06:00 GMT 2015
Rich Felker <dalias@libc.org> writes:
> I think this is gratuitous NIH'ing and a disservice to applications.
> Code which wants to use the futex API is already doing so via
> syscall() with the existing API, and is most easily updated to use
> futex().
futex is much like socketcall: a multiplexer between more or less
loosely related functions. See nptl/DESIGN*.txt for how the API really
should look like.
Andreas.
--
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
More information about the Libc-alpha
mailing list