Symlink mq_send to mq_timedsend.

Symlink mq_receive to mq_timedreceive.
This commit is contained in:
David Xu 2005-11-30 04:14:53 +00:00
parent 968cc4bd61
commit 400786f6bb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152943

View file

@ -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