diff options
author | davidxu <davidxu@FreeBSD.org> | 2005-11-30 04:14:53 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2005-11-30 04:14:53 +0000 |
commit | 155492a9a6daccb2ccc46df8b215d40e1f93a4ad (patch) | |
tree | 81278f81aa9c616d38cad30a6fe45a323ac0b078 /lib/libc | |
parent | da7f33853459e213d6c82d736324b88e2d5f0e5a (diff) | |
download | FreeBSD-src-155492a9a6daccb2ccc46df8b215d40e1f93a4ad.zip FreeBSD-src-155492a9a6daccb2ccc46df8b215d40e1f93a4ad.tar.gz |
Symlink mq_send to mq_timedsend.
Symlink mq_receive to mq_timedreceive.
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 26fe4dc..93c088f 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -129,6 +129,8 @@ MLINKS+=mlock.2 munlock.2 MLINKS+=mlockall.2 munlockall.2 MLINKS+=modnext.2 modfnext.2 MLINKS+=mount.2 nmount.2 mount.2 unmount.2 +MLINKS+=mq_send.2 mq_timedsend.2 +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 |