NetBSD/common/lib
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
..
libc Add bunch of missing includes of namespace.h in libc 2018-01-04 20:57:28 +00:00
libppath Simplify, and comment out xrefs to non-existing pages. 2017-10-23 00:59:44 +00:00
libprop Fix commas in NAME section. 2017-03-07 19:10:07 +00:00
libutil doesn't work new format 'F' with a strings of length 1, or a string beginning with 'F' 2017-10-14 18:41:41 +00:00
libx86emu Fix decoding of near CALL when address-size prefix (67h) is present. 2014-08-04 21:41:44 +00:00