NetBSD/include
kleink 087b539e0f Change the declaration of the argv argument to getopt(3) from "char * const *"
(as originally declared in System V) to "char * const []", as was done in
1003.2 and subsequently propagated into XPG4.
From Andrew Cagney in PR lib/8930.
1999-12-02 13:15:55 +00:00
..
arpa Merge a few constants from a different telnet.h file. 1999-09-24 07:53:21 +00:00
protocols add/cleanup multiple inclusion protection. 1998-02-10 00:38:16 +00:00
rpc Implement XDR routines for 64-bit integer data types: 1999-12-01 18:34:21 +00:00
rpcsvc YP status codes are all unsigned. 1998-07-27 12:21:10 +00:00
Makefile Add an XSH5 ulimit()/<ulimit.h> implementation. 1999-09-13 18:38:04 +00:00
a.out.h
ar.h
assert.h if _DIAGNOSTIC is defined, define _DIAGASSERT() to call __diagassert(), 1999-09-15 23:53:26 +00:00
bitstring.h
bm.h
cpio.h
ctype.h Reorganize name space protection. 1998-05-10 16:57:51 +00:00
db.h Modify the P_{16,32}_SWAP() macros to avoid unaligned 16 and 32 bit 1999-09-26 10:22:01 +00:00
dirent.h Reorganize name space protection. 1998-05-06 19:05:51 +00:00
disktab.h Add '-f disktab' option to disklabel, via lib/6623 from 1999-01-19 06:24:08 +00:00
dlfcn.h Declare dlerror()'s return value __aconst. 1999-05-19 14:50:49 +00:00
err.h __Namespace__ __protection__. 1998-07-30 00:44:15 +00:00
errno.h Separate the userland and libsa errno declarations from <sys/errno.h> into 1999-01-12 03:08:14 +00:00
fmtmsg.h Add an XSH5 fmtmsg() implementation. 1999-09-12 19:04:30 +00:00
fnmatch.h
fstab.h add a new fstab type "dp" for the user-specified dump device. 1999-02-23 17:00:53 +00:00
fts.h complete prototype for fts_compar. 1998-11-06 19:44:52 +00:00
glob.h Typo: POSXI -> POSIX. 1998-06-22 12:01:43 +00:00
grp.h Add gid_from_group() and uid_from_user(). 1998-07-28 16:27:48 +00:00
hesiod.h merge in stuff from hesiod3.0.2 distribution 1999-01-24 23:53:18 +00:00
ieeefp.h
iso646.h
kvm.h
langinfo.h Pull in <nl_types.h>, as suggested by XSH5. 1999-09-05 09:17:14 +00:00
libgen.h
limits.h 1003.1c: add {LOGIN_NAME_MAX}. 1999-09-27 16:24:39 +00:00
link.h Move the link.h files for the different shlib formats via repository copy, 1999-03-19 22:06:36 +00:00
link_aout.h Move the link.h files for the different shlib formats via repository copy, 1999-03-19 22:06:36 +00:00
link_elf.h Move the link.h files for the different shlib formats via repository copy, 1999-03-19 22:06:36 +00:00
locale.h
malloc.h
math.h Add missing isinff() declaration. 1999-08-16 18:57:57 +00:00
md4.h
memory.h
mpool.h add/cleanup multiple inclusion protection. 1998-02-10 00:25:25 +00:00
ndbm.h Reorganize name space protecion. Also, change file mode argument to 1998-05-07 19:02:04 +00:00
netdb.h * Since we actually only need size_t to be defined, nuke the previous inclusion 1999-07-03 13:25:21 +00:00
netgroup.h remove _ng_sl_*() prototypes; the functions have been dead for nearly 2 years 1999-01-10 02:53:34 +00:00
nl_types.h
nlist.h Add the N_SET* symbol types. 1998-12-17 23:15:21 +00:00
nsswitch.h change retval of _nsdbtaddsrc and _nsdbtput 1999-11-28 05:51:46 +00:00
paths.h add audio paths. 1999-03-26 07:27:04 +00:00
pwd.h Add gid_from_group() and uid_from_user(). 1998-07-28 16:27:48 +00:00
ranlib.h
re_comp.h
regex.h Uhm - we can't expose __LIBC12_SOURCE__ to the public - it causes side 1998-12-09 20:58:55 +00:00
regexp.h __RENAME() the libcompat regexp routines so they will not be used by 1998-09-14 20:25:02 +00:00
resolv.h define IPv6 library functions and structures, as defined in 1999-07-01 18:15:41 +00:00
rmt.h
search.h Add internal structure used by the t* routines, protected via an ifdef 1999-02-22 10:34:28 +00:00
setjmp.h Avoid introducing new prefix '__JB' -- '_JB' is fine. 1999-01-15 03:43:56 +00:00
sgtty.h add/cleanup multiple inclusion protection. 1998-02-10 00:25:25 +00:00
signal.h Add /*LINTED*/ comments to sigfillset() and sigemptyset(). (void)sig*set(s); 1998-12-09 12:50:47 +00:00
stab.h
stddef.h
stdio.h * Bring *_unlocked() declarations in scope if _REENTRANT is defined, too; add 1998-11-20 14:39:38 +00:00
stdlib.h Add l64a_r(), a reentrant version of l64a(); found in the Multithreading 1999-02-06 15:04:05 +00:00
string.h strlcat() and strlcpy() aren't ISO/IEC 9899:1990. 1999-09-09 09:30:40 +00:00
stringlist.h change sl_add() from returning a void to returning an int 1999-11-28 03:45:14 +00:00
strings.h Don't make NULL available to _XOPEN_SOURCE. 1998-05-06 17:12:45 +00:00
struct.h
sysexits.h
tar.h
time.h Remove the public declaration of gtime(), which is shipped with tzcode but is 1998-09-15 12:24:28 +00:00
ttyent.h Add a "class" entry to ttyent. Closes PR#4638. 1999-01-15 18:47:48 +00:00
tzfile.h Merge in recent changes from the private version of this header distributed 1998-07-30 14:11:22 +00:00
ulimit.h Add an XSH5 ulimit()/<ulimit.h> implementation. 1999-09-13 18:38:04 +00:00
unistd.h Change the declaration of the argv argument to getopt(3) from "char * const *" 1999-12-02 13:15:55 +00:00
util.h - provide forward struct declarations for all functions. 1999-06-12 18:06:19 +00:00
utime.h Per POSIX and X/Open, don't include <sys/types.h> but make only time_t 1998-05-06 17:30:12 +00:00
utmp.h
vis.h Added prototypes for svis, strsvis, strsvisx 1999-11-25 16:55:50 +00:00