actually add _Exit.
This commit is contained in:
parent
1f5d4dd9dd
commit
91ee88d04d
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue