diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-02 05:26:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-02 05:26:55 +0000 |
commit | 4e8a89b3a43bc25f94016f52d44dbedf9b4a788b (patch) | |
tree | 281a326561e0517dca64089942a69b1ea4f7e0ad | |
parent | 349c7c59f1524678099b3128cdbd693d2bb6aedc (diff) |
shmdt link
-rw-r--r-- | lib/libc/sys/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 67365000738..46e26fb2c19 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -152,6 +152,7 @@ MLINKS+=recv.2 recvfrom.2 recv.2 recvmsg.2 MLINKS+=send.2 sendmsg.2 send.2 sendto.2 MLINKS+=setpgid.2 setpgrp.2 MLINKS+=setuid.2 setegid.2 setuid.2 seteuid.2 setuid.2 setgid.2 +MLINKS+=shmat.2 shmdt.2 MLINKS+=stat.2 fstat.2 stat.2 lstat.2 MLINKS+=statfs.2 fstatfs.2 MLINKS+=syscall.2 __syscall.2 |