summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-06-18 08:25:56 +0000
committerderaadt <deraadt@openbsd.org>1996-06-18 08:25:56 +0000
commit08932b9855f1541871ae5ec26b43447397c5e095 (patch)
tree532df593205667ddb72c3e879a5b0c597e8060f9
parentprobe routine has to have a way to succeed; netbsd pr#2555; peter@peter.noc.demon.net (diff)
downloadwireguard-openbsd-08932b9855f1541871ae5ec26b43447397c5e095.tar.xz
wireguard-openbsd-08932b9855f1541871ae5ec26b43447397c5e095.zip
build poll.o
-rw-r--r--lib/libc/sys/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
index 52b07fa8d5e..d1634173f2c 100644
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libc/sys/Makefile.inc
@@ -27,7 +27,7 @@ ASM= accept.o access.o acct.o adjtime.o bind.o chdir.o chflags.o chmod.o \
mount.o mprotect.o msgctl.o msgget.o msgrcv.o msgsnd.o msync.o \
munlock.o munmap.o nfssvc.o \
ntp_gettime.o ntp_adjtime.o \
- open.o pathconf.o profil.o quotactl.o \
+ open.o pathconf.o poll.o profil.o quotactl.o \
read.o readlink.o readv.o recvfrom.o recvmsg.o rename.o revoke.o \
rfork.o \
rmdir.o select.o semconfig.o semget.o semop.o sendmsg.o sendto.o \