diff options
author | marcel <marcel@FreeBSD.org> | 2011-03-17 04:30:43 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2011-03-17 04:30:43 +0000 |
commit | 799909333c8e20e2a5cacce5b370b634f395b037 (patch) | |
tree | f980a39c841ffb0cec870547046cffa0510950f5 /lib | |
parent | b5cdb59a0d2628f4b43d932c4967ce860a00a8b7 (diff) | |
download | FreeBSD-src-799909333c8e20e2a5cacce5b370b634f395b037.zip FreeBSD-src-799909333c8e20e2a5cacce5b370b634f395b037.tar.gz |
Don't add sigwait.c to MISRCS here when sigwait.c lives under ../sys and
it's already added to SRCS there.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdlib/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index 47e3188..d5b151c 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -9,7 +9,7 @@ MISRCS+=_Exit.c a64l.c abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \ getsubopt.c hcreate.c heapsort.c imaxabs.c imaxdiv.c \ insque.c l64a.c labs.c ldiv.c llabs.c lldiv.c lsearch.c malloc.c \ merge.c ptsname.c qsort.c qsort_r.c radixsort.c rand.c random.c \ - reallocf.c realpath.c remque.c sigwait.c strfmon.c strtoimax.c \ + reallocf.c realpath.c remque.c strfmon.c strtoimax.c \ strtol.c strtoll.c strtoq.c strtoul.c strtonum.c strtoull.c \ strtoumax.c strtouq.c system.c tdelete.c tfind.c tsearch.c twalk.c |