diff options
| author | David Schultz <das@FreeBSD.org> | 2003-03-12 20:30:00 +0000 | 
|---|---|---|
| committer | David Schultz <das@FreeBSD.org> | 2003-03-12 20:30:00 +0000 | 
| commit | 6a66acb565dde6d5b0ee52eef2a631fbb09df153 (patch) | |
| tree | 2227a906466b311329420d1e05832b3c4e9aef98 /lib/libc/stdlib | |
| parent | 582a954b004963a562668386a33f960a9c763d37 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib')
| -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 92c3d29b9efa..265aae151c12 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -9,7 +9,7 @@ MISRCS+=_Exit.c abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \  	getsubopt.c grantpt.c hcreate.c heapsort.c imaxabs.c imaxdiv.c \  	insque.c labs.c ldiv.c llabs.c lldiv.c lsearch.c malloc.c merge.c \  	putenv.c qsort.c qsort_r.c radixsort.c rand.c random.c reallocf.c \ -	realpath.c remque.c setenv.c strfmon.c strhash.c strtod.c strtoimax.c \ +	realpath.c remque.c setenv.c strfmon.c strhash.c strtoimax.c \  	strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtoumax.c strtouq.c \  	system.c tdelete.c tfind.c tsearch.c twalk.c | 
