diff options
author | ru <ru@FreeBSD.org> | 2006-10-12 13:46:33 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-10-12 13:46:33 +0000 |
commit | edfb232c7dfdf46a23fed2d194d0c4d03e4f9f68 (patch) | |
tree | ffe831a75a7c320869b775ca3591996746976feb /lib/libc | |
parent | f31ae7495136744e4e3b3d181c0a7416d469c966 (diff) | |
download | FreeBSD-src-edfb232c7dfdf46a23fed2d194d0c4d03e4f9f68.zip FreeBSD-src-edfb232c7dfdf46a23fed2d194d0c4d03e4f9f68.tar.gz |
Link select(2) to FD_CLR(3), FD_ISSET(3), FD_SET(3), and FD_ZERO(3).
PR: docs/57974
MFC after: 3 days
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index b101d78..8d2a92e 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -136,6 +136,8 @@ MLINKS+=mq_receive.2 mq_timedreceive.2 MLINKS+=pathconf.2 fpathconf.2 MLINKS+=read.2 pread.2 read.2 readv.2 read.2 preadv.2 MLINKS+=recv.2 recvfrom.2 recv.2 recvmsg.2 +MLINKS+=select.2 FD_CLR.3 select.2 FD_ISSET.3 select.2 FD_SET.3 \ + select.2 FD_ZERO.3 MLINKS+=send.2 sendmsg.2 send.2 sendto.2 MLINKS+=setpgid.2 setpgrp.2 MLINKS+=setresuid.2 setresgid.2 setresuid.2 getresuid.2 setresuid.2 getresgid.2 |