diff options
author | 2004-02-13 22:15:29 +0000 | |
---|---|---|
committer | 2004-02-13 22:15:29 +0000 | |
commit | 260d998a132cf11b063e06d27dbee6cbbe051e00 (patch) | |
tree | f1c52a28a4c911cf8800c56eddab06e42cb6d055 /lib/libc/sys | |
parent | add a couple of ethernet cards, xl appears to work, em by request. (diff) | |
download | wireguard-openbsd-260d998a132cf11b063e06d27dbee6cbbe051e00.tar.xz wireguard-openbsd-260d998a132cf11b063e06d27dbee6cbbe051e00.zip |
death to osigaltstack. ok deraadt@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 5276d01df42..b0ac9be0e64 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.68 2004/01/15 13:40:22 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.69 2004/02/13 22:15:29 tedu Exp $ # $NetBSD: Makefile.inc,v 1.35 1995/10/16 23:49:07 jtc Exp $ # @(#)Makefile.inc 8.1 (Berkeley) 6/17/93 @@ -47,7 +47,6 @@ ASM= accept.o access.o acct.o adjtime.o bind.o chdir.o chflags.o chmod.o \ mkfifo.o mknod.o mlock.o mlockall.o \ mount.o mprotect.o msgctl.o msgget.o msgrcv.o msgsnd.o msync.o \ munlock.o munlockall.o munmap.o nanosleep.o nfssvc.o \ - osigaltstack.o \ open.o pathconf.o pipe.o poll.o profil.o quotactl.o \ read.o readlink.o readv.o reboot.o recvfrom.o recvmsg.o rename.o \ revoke.o rmdir.o select.o semget.o semop.o sendmsg.o sendto.o \ |