svn commit: r198509 - head/lib/libc/gen

Konstantin Belousov kib at FreeBSD.org
Tue Oct 27 10:57:53 UTC 2009


Author: kib
Date: Tue Oct 27 10:57:53 2009
New Revision: 198509
URL: http://svn.freebsd.org/changeset/base/198509

Log:
  Commit libc files missed in r198508

Modified:
  head/lib/libc/gen/Makefile.inc
  head/lib/libc/gen/Symbol.map
  head/lib/libc/gen/pselect.3

Modified: head/lib/libc/gen/Makefile.inc
==============================================================================
--- head/lib/libc/gen/Makefile.inc	Tue Oct 27 10:55:34 2009	(r198508)
+++ head/lib/libc/gen/Makefile.inc	Tue Oct 27 10:57:53 2009	(r198509)
@@ -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 \

Modified: head/lib/libc/gen/Symbol.map
==============================================================================
--- head/lib/libc/gen/Symbol.map	Tue Oct 27 10:55:34 2009	(r198508)
+++ head/lib/libc/gen/Symbol.map	Tue Oct 27 10:57:53 2009	(r198509)
@@ -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;

Modified: head/lib/libc/gen/pselect.3
==============================================================================
--- head/lib/libc/gen/pselect.3	Tue Oct 27 10:55:34 2009	(r198508)
+++ head/lib/libc/gen/pselect.3	Tue Oct 27 10:57:53 2009	(r198509)
@@ -88,11 +88,6 @@ for a more detailed discussion of the se
 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


More information about the svn-src-all mailing list