NetBSD/distrib/utils/libhack
manu 6a05c304af Make shared -DSMALL libc buildable without breaking libhack
We used -DSMALL to exclude code from libc in order to build
libhack. Introduce -DLIBHACK to do this without so that
-DSMALL does not remove code necessary for building a shared libc
2017-06-18 03:56:39 +00:00
..
getgrent.c
gethost.c refer to our own h_errno so we don't fetch the libc one 2013-12-21 20:10:02 +00:00
getnet.c
getnetgr.c
getpwent.c Fix the weak aliases to match the libc version and not leave unresolved 2011-01-12 23:34:00 +00:00
localeconv.c Override localeconv_l as well, when providing an alternative 2013-04-18 16:25:55 +00:00
Makefile Make shared -DSMALL libc buildable without breaking libhack 2017-06-18 03:56:39 +00:00
Makefile.inc Make shared -DSMALL libc buildable without breaking libhack 2017-06-18 03:56:39 +00:00
multibyte.c Remove unused variable. 2014-11-15 19:15:51 +00:00
opendir.c
perror.c
setlocale.c fix build breakage by multiple definition of __mb_cur_max. 2010-06-08 17:12:32 +00:00
strerror.c
strsignal.c
syslog.c make libhack's syslog.c produce exactly the same symbols as libc's syslog.c, 2012-10-11 17:11:16 +00:00
utmp.c
yplib.c