NetBSD/lib/libc/compat-43
kamil c5b83981a9 Add bunch of missing includes of namespace.h in libc
The NetBSD Standard C Library uses internally some of its functions with
a mangled symbol name, usually "_symbol". The internal functions shall not
use the global (public) symbols.

This change eliminates usage of the global changes of the following symbols:
 - strlcat -> _strlcat
 - sysconf -> __sysconf
 - closedir -> _closedir
 - fparseln -> _fparseln
 - kill -> _kill
 - mkstemp -> _mkstemp
 - reallocarr -> _reallocarr
 - strcasecmp -> _strcasecmp
 - strncasecmp -> _strncasecmp
 - strptime -> _strptime
 - strtok_r -> _strtok_r
 - sysctl -> _sysctl
 - dlopen -> __dlopen
 - dlclose -> __dlclose
 - dlsym -> __dlsym

Sponsored by <The NetBSD Foundation>
2018-01-04 20:57:28 +00:00
..
Makefile.inc
creat.3
creat.c
getdtablesize.3
getdtablesize.c
gethostid.3
gethostid.c
getwd.c
killpg.3
killpg.c
sethostid.c
setpgrp.c
setrgid.c
setruid.3
setruid.c
sigblock.3
sigcompat.c
sigpause.3
sigsetmask.3
sigvec.3