summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2015-11-18 16:50:09 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2015-11-18 16:50:09 +0000
commitf6a58a9977bf8820eee47ab1f1a060367a977108 (patch)
tree2e68566d183012acb51accb121e4428835f23929 /lib
parent6ec1beebad70e2dc5e6506f193613384662fee53 (diff)
update for new symbols and code
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/Symbols.list13
-rw-r--r--lib/libc/shlib_version2
-rw-r--r--lib/libc/stdlib/Makefile.inc4
3 files changed, 16 insertions, 3 deletions
diff --git a/lib/libc/Symbols.list b/lib/libc/Symbols.list
index fdb65f72ebd..54f19a9dbef 100644
--- a/lib/libc/Symbols.list
+++ b/lib/libc/Symbols.list
@@ -645,8 +645,10 @@ getprogname
getpwent
getpwnam
getpwnam_r
+getpwnam_shadow
getpwuid
getpwuid_r
+getpwuid_shadow
getttyent
getttynam
getusershell
@@ -1455,6 +1457,17 @@ hcreate
hdestroy
heapsort
hsearch
+icdb_new
+icdb_open
+icdb_lookup
+icdb_get
+icdb_nentries
+icdb_entries
+icdb_update
+icdb_add
+icdb_rehash
+icdb_save
+icdb_close
imaxabs
imaxdiv
initstate
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version
index fce886b2e0a..203c482b214 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
major=84
-minor=1
+minor=2
# note: If changes were made to include/thread_private.h or if system
# calls were added/changed then librthread/shlib_version also be updated.
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