Libraries
Posted Sep 4, 2007 14:56 UTC (Tue) by
nix (subscriber, #2304)
In reply to:
Libraries by michaeljt
Parent article:
LinuxConf.eu: Documentation and user-space API design
glibc provides an interface between kernel syscalls and userspace, yes, but interfaces don't appear in glibc until the kernel syscall ssemantics have been nailed in stone, and glibc then maintains those semantics forevermore, using compatibility code to ensure that if necessary (see e.g. the behaviour of nice()).
(
Log in to post comments)