1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Commit libc files missed in r198508

This commit is contained in:
Konstantin Belousov 2009-10-27 10:57:53 +00:00
parent 066d836b02
commit 6de630f925
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=198509
3 changed files with 1 additions and 8 deletions

View File

@ -21,7 +21,7 @@ SRCS+= __getosreldate.c __xuname.c \
initgroups.c isatty.c isinf.c isnan.c jrand48.c lcong48.c \
lockf.c lrand48.c mrand48.c nftw.c nice.c \
nlist.c nrand48.c opendir.c \
pause.c pmadvise.c popen.c posix_spawn.c pselect.c \
pause.c pmadvise.c popen.c posix_spawn.c \
psignal.c pw_scan.c pwcache.c \
raise.c readdir.c readpassphrase.c rewinddir.c \
scandir.c seed48.c seekdir.c sem.c semctl.c \

View File

@ -223,7 +223,6 @@ FBSD_1.0 {
posix_madvise;
popen;
pclose;
pselect;
psignal;
raise;
readdir;
@ -454,7 +453,6 @@ FBSDprivate_1.0 {
__opendir2;
__pause;
_pause;
__pselect;
__pw_scan; /* Used by (at least) libutil */
__raise;
_raise;

View File

@ -88,11 +88,6 @@ for a more detailed discussion of the semantics of this interface, and
for macros used to manipulate the
.Vt "fd_set"
data type.
.Sh IMPLEMENTATION NOTES
The
.Fn pselect
function is implemented in the C library as a wrapper around
.Fn select .
.Sh RETURN VALUES
The
.Fn pselect