summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/Makefile.inc
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2012-11-13 12:55:52 +0000
committerkib <kib@FreeBSD.org>2012-11-13 12:55:52 +0000
commit37c97ba01ba0cd42b9334d786dcadbf99cbb2456 (patch)
tree2cee09670631ce23219d3bd9d296f04c65f91990 /lib/libc/gen/Makefile.inc
parent63c9e066e571375d101bf5fc696a34a8d1efbebf (diff)
downloadFreeBSD-src-37c97ba01ba0cd42b9334d786dcadbf99cbb2456.zip
FreeBSD-src-37c97ba01ba0cd42b9334d786dcadbf99cbb2456.tar.gz
Implement the waitid() SUSv4 function using wait6() system call.
PR: standards/170346 Submitted by: "Jukka A. Ukkonen" <jau@iki.fi> MFC after: 1 month
Diffstat (limited to 'lib/libc/gen/Makefile.inc')
-rw-r--r--lib/libc/gen/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc
index 2481f28..906f4ce 100644
--- a/lib/libc/gen/Makefile.inc
+++ b/lib/libc/gen/Makefile.inc
@@ -34,7 +34,7 @@ SRCS+= __getosreldate.c __xuname.c \
syslog.c telldir.c termios.c time.c times.c timezone.c tls.c \
ttyname.c ttyslot.c ualarm.c ulimit.c uname.c unvis.c \
usleep.c utime.c utxdb.c valloc.c vis.c wait.c wait3.c waitpid.c \
- wordexp.c
+ waitid.c wordexp.c
.PATH: ${.CURDIR}/../../contrib/libc-pwcache
SRCS+= pwcache.c pwcache.h
OpenPOWER on IntegriCloud