diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2015-11-18 16:50:09 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2015-11-18 16:50:09 +0000 |
commit | f6a58a9977bf8820eee47ab1f1a060367a977108 (patch) | |
tree | 2e68566d183012acb51accb121e4428835f23929 /lib/libc/stdlib | |
parent | 6ec1beebad70e2dc5e6506f193613384662fee53 (diff) |
update for new symbols and code
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 3e99fe112de..fdc194b8c00 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.57 2014/12/08 21:45:20 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.58 2015/11/18 16:50:08 tedu Exp $ # stdlib sources .PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/stdlib ${LIBCSRCDIR}/stdlib @@ -12,7 +12,7 @@ SRCS+= a64l.c abort.c atexit.c atoi.c atof.c atol.c atoll.c bsearch.c \ strtol.c strtoll.c strtonum.c strtoul.c strtoull.c strtoumax.c \ system.c tfind.c tsearch.c _rand48.c drand48.c erand48.c jrand48.c \ lcong48.c lrand48.c mrand48.c nrand48.c seed48.c srand48.c qabs.c \ - qdiv.c _Exit.c + qdiv.c _Exit.c icdb.c .if (${MACHINE_CPU} == "i386") SRCS+= abs.S div.S labs.S ldiv.S |