You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rich Felker c8ea985748 add _Noreturn function attribute, with fallback for pre-C11 GNUC 14 years ago
..
arpa use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
net header file fixes: multiple include guard consistency and correctness 14 years ago
netinet support _BSD_SOURCE feature test macro 14 years ago
netpacket add netpacket/packet.h 15 years ago
sys use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
aio.h use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
alloca.h alloca cannot be a function. #define it to the gcc builtin if possible 14 years ago
ar.h some extra legacy header stuff 14 years ago
assert.h initial check-in, version 0.5.0 15 years ago
byteswap.h avoid "inline" in public headers for strict c89 compatibility 14 years ago
complex.h simplify creal and cimag macros 14 years ago
cpio.h initial check-in, version 0.5.0 15 years ago
crypt.h replace old and ugly crypt implementation 14 years ago
ctype.h support _BSD_SOURCE feature test macro 14 years ago
dirent.h use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
dlfcn.h dladdr should be available under _BSD_SOURCE as well as _GNU_SOURCE 14 years ago
elf.h header file fixes: multiple include guard consistency and correctness 14 years ago
endian.h avoid "inline" in public headers for strict c89 compatibility 14 years ago
err.h support the nonstandard err.h interfaces 15 years ago
errno.h remove useless "extern" keywords in headers 15 years ago
fcntl.h add splice and vmsplice syscalls 14 years ago
features.h initial check-in, version 0.5.0 15 years ago
fenv.h initial check-in, version 0.5.0 15 years ago
float.h fix DECIMAL_DIG definitions 14 years ago
fnmatch.h add some missing GNU FNM_* extensions to the header 15 years ago
ftw.h _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE 14 years ago
getopt.h getopt.h is a GNU-getopt-specific header. always expose GNU functions. 15 years ago
glob.h use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
grp.h support _BSD_SOURCE feature test macro 14 years ago
iconv.h use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
inttypes.h use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
iso646.h add previously-missing ios646.h 15 years ago
langinfo.h extensive header cleanup for standards conformance & correctness 15 years ago
lastlog.h some extra legacy header stuff 14 years ago
libgen.h initial check-in, version 0.5.0 15 years ago
libintl.h initial check-in, version 0.5.0 15 years ago
limits.h missing limit LOGIN_NAME_MAX 14 years ago
locale.h more header cleanup and conformance fixes - locale.h, time.h 15 years ago
malloc.h initial check-in, version 0.5.0 15 years ago
math.h avoid "inline" in public headers for strict c89 compatibility 14 years ago
memory.h add memory.h, bogus legacy alias for string.h 14 years ago
mntent.h add profile for getmntent_r 15 years ago
monetary.h use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
mqueue.h use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
netdb.h use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
nl_types.h initial check-in, version 0.5.0 15 years ago
paths.h header file fixes: multiple include guard consistency and correctness 14 years ago
poll.h fix wrong type for poll.h nfds_t 14 years ago
pthread.h use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
pty.h fix __cplusplus extern "C" closing brace in pty.h (typo?) 15 years ago
pwd.h move getpass decl to the right place 14 years ago
regex.h use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
resolv.h header file fixes: multiple include guard consistency and correctness 14 years ago
sched.h add linux-specific unshare syscall wrapper 14 years ago
search.h use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
semaphore.h use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
setjmp.h add _Noreturn function attribute, with fallback for pre-C11 GNUC 14 years ago
shadow.h initial check-in, version 0.5.0 15 years ago
signal.h use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
spawn.h use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
stdalign.h implement "low hanging fruit" from C11 14 years ago
stdarg.h use compiler builtins for variadic macros when available 15 years ago
stdbool.h make stdbool.h conform to c99 15 years ago
stddef.h initial check-in, version 0.5.0 15 years ago
stdint.h fix signedness errors in stdint.h constant macros 14 years ago
stdio.h use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
stdio_ext.h stdio_ext.h needs to include stdio.h, at least to get FILE... 14 years ago
stdlib.h add _Noreturn function attribute, with fallback for pre-C11 GNUC 14 years ago
string.h use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
strings.h more locale_t interfaces (string stuff) and header updates 14 years ago
stropts.h add isastream (obsolete STREAMS junk) 14 years ago
syscall.h header file fixes: multiple include guard consistency and correctness 14 years ago
sysexits.h add sysexits.h legacy header 15 years ago
syslog.h header file fixes: multiple include guard consistency and correctness 14 years ago
tar.h initial check-in, version 0.5.0 15 years ago
termios.h support _BSD_SOURCE feature test macro 14 years ago
tgmath.h math: fix nextafter definition in tgmath.h 14 years ago
time.h use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
ucontext.h consistency: use struct __ucontext instead of ucontext_t in prototypes 15 years ago
ulimit.h initial check-in, version 0.5.0 15 years ago
unistd.h use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
utime.h initial check-in, version 0.5.0 15 years ago
utmp.h some extra legacy header stuff 14 years ago
utmpx.h utmpx.h is no longer under standards, so expose ut_exit structure 15 years ago
wchar.h use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
wctype.h fix some omissions and mistakes in locale_t interface definitions 14 years ago
wordexp.h use restrict everywhere it's required by c99 and/or posix 2008 14 years ago