Linux kernel interfaces: Difference between revisions

Content deleted Content added
Linux API: Clarification of how the Linux API has been kept stable.
/* Generalize "The GNU C library" to "A C Standard library". GLibc is a C standard library, but not all C standard libraries are GLibc
Line 39:
[[File:Linux kernel System Call Interface and glibc.svg|thumb|upright=1.5|The [[GNU C Library]] is a wrapper around the Linux kernel System Call Interface.]]
 
TheA [[GNU C Librarystandard library]] is a wrapper around the system calls of the Linux kernel; the combination of the Linux kernel System Call Interface and glibc is what builds the Linux API.
 
* [[GNU C Library]] (glibc)