diff options
| author | yamt <yamt@NetBSD.org> | 2004-08-05 00:17:02 +0000 |
|---|---|---|
| committer | yamt <yamt@NetBSD.org> | 2004-08-05 00:17:02 +0000 |
| commit | 91ee88d04d5ca89c4c1d17f1c0adff2cee4a3214 (patch) | |
| tree | 4407d83dbe23c46f69eac3f02e92ce7dfdba4786 /lib/libc/stdlib | |
| parent | 1f5d4dd9dd8a928ea14e24f7869304194916c745 (diff) | |
actually add _Exit.
Diffstat (limited to 'lib/libc/stdlib')
| -rw-r--r-- | lib/libc/stdlib/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index 3a82d4b1469..da8221708ca 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.56 2004/05/27 02:58:48 christos Exp $ +# $NetBSD: Makefile.inc,v 1.57 2004/08/05 00:17:02 yamt Exp $ # from: @(#)Makefile.inc 8.3 (Berkeley) 2/4/95 # stdlib sources @@ -6,7 +6,7 @@ SRCS+= _rand48.c _strtoimax.c _strtoumax.c _strtoll.c _strtoull.c \ a64l.c abort.c atexit.c atof.c atoi.c atol.c atoll.c \ - bsearch.c calloc.c drand48.c erand48.c exit.c \ + bsearch.c calloc.c drand48.c erand48.c exit.c _Exit.c \ getenv.c getopt.c getopt_long.c getsubopt.c \ hcreate.c heapsort.c jrand48.c \ l64a.c lldiv.c lcong48.c lrand48.c malloc.c merge.c mrand48.c \ |
