summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortedu <>2015-11-18 16:50:08 +0000
committertedu <>2015-11-18 16:50:08 +0000
commita7f2560f334d5542dff828ff511c46b11eb3af93 (patch)
treeb9aa3fa06d62d9ae4533434c5ed4a58182ff2432 /src
parent1217c5118f487dc1199a80093c3d393c997f4ae8 (diff)
downloadopenbsd-a7f2560f334d5542dff828ff511c46b11eb3af93.tar.gz
openbsd-a7f2560f334d5542dff828ff511c46b11eb3af93.tar.bz2
openbsd-a7f2560f334d5542dff828ff511c46b11eb3af93.zip
update for new symbols and code
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/stdlib/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/Makefile.inc b/src/lib/libc/stdlib/Makefile.inc
index 3e99fe112d..fdc194b8c0 100644
--- a/src/lib/libc/stdlib/Makefile.inc
+++ b/src/lib/libc/stdlib/Makefile.inc
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile.inc,v 1.57 2014/12/08 21:45:20 deraadt Exp $ 1# $OpenBSD: Makefile.inc,v 1.58 2015/11/18 16:50:08 tedu Exp $
2 2
3# stdlib sources 3# stdlib sources
4.PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/stdlib ${LIBCSRCDIR}/stdlib 4.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 \
12 strtol.c strtoll.c strtonum.c strtoul.c strtoull.c strtoumax.c \ 12 strtol.c strtoll.c strtonum.c strtoul.c strtoull.c strtoumax.c \
13 system.c tfind.c tsearch.c _rand48.c drand48.c erand48.c jrand48.c \ 13 system.c tfind.c tsearch.c _rand48.c drand48.c erand48.c jrand48.c \
14 lcong48.c lrand48.c mrand48.c nrand48.c seed48.c srand48.c qabs.c \ 14 lcong48.c lrand48.c mrand48.c nrand48.c seed48.c srand48.c qabs.c \
15 qdiv.c _Exit.c 15 qdiv.c _Exit.c icdb.c
16 16
17.if (${MACHINE_CPU} == "i386") 17.if (${MACHINE_CPU} == "i386")
18SRCS+= abs.S div.S labs.S ldiv.S 18SRCS+= abs.S div.S labs.S ldiv.S