Add notes on the different system call interfaces that

have appeared over time.
This commit is contained in:
Michael Kerrisk 2007-06-27 06:07:40 +00:00
parent 42d0b3944e
commit b9159777d3
1 changed files with 3 additions and 3 deletions

View File

@ -141,9 +141,9 @@ the third also uses 65 but adds the \fIdomainname\fP field.
The glibc
.BR uname ()
wrapper function hides these details from applications,
ensuring that new binaries use the current implementation,
and that binary compatibility is not broken
for older binaries.
ensuring that new applications linked against
the current library automatically use the current implementation,
and that binary compatibility is not broken for older binaries.
.SH "SEE ALSO"
.BR uname (1),
.BR getdomainname (2),