Linux kernel interfaces: Difference between revisions

Content deleted Content added
/* 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.]]
 
A [[C standard library]] is a wrapper around the system calls of the Linux kernel; the combination of the Linux kernel System Call Interface and glibca C standard library is what builds the Linux API.
 
* [[GNU C Library]] (glibc)