musl/include
Rich Felker 2ca55a93f2 improve ctype.h macros to diagnose errors
the casts of the argument to unsigned int suppressed diagnosis of
errors like passing a pointer instead of a character. putting the
actual function call in an unreachable branch restores any diagnostics
that would be present if the macros didn't exist and functions were
used.
2015-04-17 22:24:31 -04:00
..
arpa add basic dns record parsing functions 2014-12-17 14:40:35 -05:00
net
netinet add new IPV6_AUTOFLOWLABEL socket option in netinet/in.h 2014-10-08 11:38:25 -04:00
netpacket
scsi
sys declare incomplete type struct itimerspec in timerfd.h 2015-03-04 14:38:08 -05:00
aio.h make all objects used with atomic operations volatile 2015-03-03 22:50:02 -05:00
alloca.h
alltypes.h.in move wint_t definition to the shared part of alltypes.h.in 2014-12-21 02:43:35 -05:00
ar.h
assert.h
byteswap.h
complex.h make the definition of _Complex_I explicitly complex 2014-12-17 16:47:34 -05:00
cpio.h
crypt.h
ctype.h improve ctype.h macros to diagnose errors 2015-04-17 22:24:31 -04:00
dirent.h
dlfcn.h
elf.h
endian.h
err.h fix redundant _Noreturn def in err.h 2012-09-08 18:16:33 -04:00
errno.h
fcntl.h move O_PATH definition back to arch bits 2015-04-01 19:31:06 -04:00
features.h add _DEFAULT_SOURCE feature profile as an alias for _BSD_SOURCE 2014-09-10 12:47:55 -04:00
fenv.h
float.h fix FLT_ROUNDS regression in C++ applications 2015-03-23 11:26:51 -04:00
fmtmsg.h
fnmatch.h
ftw.h
getopt.h
glob.h
grp.h add put*ent functions for passwd/group files and similar for shadow 2013-04-04 19:23:47 -04:00
iconv.h
ifaddrs.h
inttypes.h
iso646.h
langinfo.h
lastlog.h
libgen.h
libintl.h
limits.h
link.h
locale.h
malloc.h
math.h
memory.h
mntent.h
monetary.h
mqueue.h
netdb.h
nl_types.h
paths.h
poll.h fix preprocessor error introduced in poll.h in last commit 2015-03-04 14:15:44 -05:00
pthread.h add new masked cancellation mode 2015-02-21 22:05:15 -05:00
pty.h
pwd.h
regex.h make regoff_t and regex_t match C++ ABI 2013-07-22 14:39:59 -04:00
resolv.h
sched.h
search.h
semaphore.h make all objects used with atomic operations volatile 2015-03-03 22:50:02 -05:00
setjmp.h remove macro definition of longjmp from setjmp.h 2015-04-01 20:35:03 -04:00
shadow.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
signal.h fix MINSIGSTKSZ values for archs with large signal contexts 2015-03-18 00:31:37 -04:00
spawn.h
stdalign.h
stdarg.h
stdbool.h
stddef.h
stdint.h fix signedness of UINT32_MAX and UINT64_MAX at the preprocessor level 2014-12-21 02:30:29 -05:00
stdio.h
stdio_ext.h
stdlib.h fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCE 2014-09-10 12:27:33 -04:00
stdnoreturn.h
string.h
strings.h
stropts.h add isastream (obsolete STREAMS junk) 2012-05-06 09:03:19 -04:00
syscall.h
sysexits.h add sysexits.h legacy header 2011-04-05 15:40:36 -04:00
syslog.h
tar.h
termios.h
tgmath.h
threads.h don't shadow functions with macros in C++ 2014-12-09 22:34:56 -05:00
time.h fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCE 2014-09-10 12:27:33 -04:00
uchar.h implement uchar.h (C11 UTF-16/32 conversion) interfaces 2014-10-13 20:59:42 -04:00
ucontext.h
ulimit.h
unistd.h fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCE 2014-09-10 12:27:33 -04:00
utime.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
utmp.h add login_tty function 2014-12-20 20:13:27 -05:00
utmpx.h
values.h
wait.h
wchar.h suppress macro definitions of ctype functions under C++ 2014-10-14 12:30:50 -04:00
wctype.h suppress macro definitions of ctype functions under C++ 2014-10-14 12:30:50 -04:00
wordexp.h