diff options
author | Robert Mustacchi <rm@joyent.com> | 2014-12-19 23:55:18 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2014-12-27 08:30:22 -0800 |
commit | f6ed5ca267d42d2a060f8447acdeb647ef077b6d (patch) | |
tree | d5916f55903065318ab3486ef99b078ba03386d5 /usr/src/man/man3lib | |
parent | ce83b99835cc4643ab0fefd88dea62427d9ced5e (diff) | |
download | illumos-joyent-f6ed5ca267d42d2a060f8447acdeb647ef077b6d.tar.gz |
3825 memmem() needs a manpage
5459 libc(3lib) s/Solaris/illumos
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/man/man3lib')
-rw-r--r-- | usr/src/man/man3lib/libc.3lib | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/src/man/man3lib/libc.3lib b/usr/src/man/man3lib/libc.3lib index 6e5e22f798..7ba395c349 100644 --- a/usr/src/man/man3lib/libc.3lib +++ b/usr/src/man/man3lib/libc.3lib @@ -408,7 +408,8 @@ l l . \fBmembar_producer\fR \fBmemccpy\fR \fBmemchr\fR \fBmemcmp\fR \fBmemcntl\fR \fBmemcpy\fR -\fBmeminfo\fR \fBmemmove\fR +\fBmeminfo\fR \fBmemmem\fR +\fBmemmove\fR \fBmemset\fR \fBmincore\fR \fBmkdir\fR \fBmkfifo\fR \fBmknod\fR \fBmkstemp\fR @@ -1009,13 +1010,13 @@ to avoid conflicting with an application that might define its own version of \fBgetpwent()\fR with completely different semantics. Standard-conforming applications may not define and use function names with leading underscores. .LP -Solaris system libraries are now built with direct binding. This means that a +illumos system libraries are now built with direct binding. This means that a system library that calls \fBgetpwent()\fR will bind directly to the instance of \fBgetpwent()\fR in \fBlibc\fR, even if the application to which it is linked defines a different \fBgetpwent()\fR for its own use. The application binds to its instance of \fBgetpwent()\fR and there is no resulting conflict. The direct binding mechanism is equally available to libraries not delivered -with Solaris. +with illumos. .LP As a result of this evolution, most of the leading-underscore synonym symbols have been removed from \fBlibc\fR. This means that applications that call |