git: Update some more symbols maps for libc
John Marino
marino at crater.dragonflybsd.org
Wed Sep 2 16:57:23 PDT 2015
commit f5331ec22e7cc6e78802fd865b2652986c12168d
Author: John Marino <draco at marino.st>
Date: Thu Sep 3 01:52:19 2015 +0200
Update some more symbols maps for libc
This continues the work towards versioning libc. I found that a wchar
function, open_wmemstream(), had a prototype but was not implemented on
DragonFly (but it is on FreeBSD) so I filtered it out with #if 0 block.
Summary of changes:
include/wchar.h | 2 +
lib/libc/gdtoa/Symbol.map | 6 +-
lib/libc/stdio/Symbol.map | 10 ++--
lib/libc/stdlib/Symbol.map | 17 +++---
lib/libc/stdtime/Symbol.map | 5 +-
lib/libc/string/Symbol.map | 6 +-
lib/libc/sys/Symbol.map | 130 +++++++++++++++++++++++---------------------
7 files changed, 93 insertions(+), 83 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f5331ec22e7cc6e78802fd865b2652986c12168d
--
DragonFly BSD source repository
More information about the Commits
mailing list