aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2002-06-15 23:42:59 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2002-06-15 23:42:59 +0000
commit7d0f66cbc36140cb782e89ff22115c7ea74044d1 (patch)
tree6623f4258ea3a6c1cc491a6e5741c8249827fcba /lib/libc
parent15d5bbf2b6bbb32370bf40f0fc0442de8f28a92b (diff)
downloadsrc-7d0f66cbc36140cb782e89ff22115c7ea74044d1.tar.gz
src-7d0f66cbc36140cb782e89ff22115c7ea74044d1.zip
Add pselect(3) to the build. Need to figure out the most appropriate
way to document this interface.
Notes
Notes: svn path=/head/; revision=98273
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc
index 7c9968c65998..0b0eac1a544d 100644
--- a/lib/libc/gen/Makefile.inc
+++ b/lib/libc/gen/Makefile.inc
@@ -19,7 +19,7 @@ SRCS+= __xuname.c _pthread_stubs.c _rand48.c _spinlock_stub.c _thread_init.c \
initgroups.c isatty.c jrand48.c lcong48.c \
lockf.c lrand48.c mrand48.c nice.c \
nlist.c nrand48.c ntp_gettime.c opendir.c \
- pause.c popen.c posixshm.c psignal.c pw_scan.c pwcache.c \
+ pause.c popen.c posixshm.c pselect.c psignal.c pw_scan.c pwcache.c \
raise.c readdir.c readpassphrase.c rewinddir.c \
scandir.c seed48.c seekdir.c semctl.c \
setdomainname.c sethostname.c setjmperr.c setmode.c \