musl/include
Rich Felker bdad2fefb2 add support for ipv6 scope_id to getaddrinfo and getnameinfo
for all address types, a scope_id specified as a decimal value is
accepted. for addresses with link-local scope, a string containing the
interface name is also accepted.

some changes are made to error handling to avoid unwanted fallbacks in
the case where the scope_id is invalid: if an earlier name lookup
backend fails with an error rather than simply "0 results", this
failure now suppresses any later attempts with other backends.

in getnameinfo, a light "itoa" type function is added for generating
decimal scope_id results, and decimal port strings for services are
also generated using this function now so as not to pull in the
dependency on snprintf.

in netdb.h, a definition for the NI_NUMERICSCOPE flag is added. this
is required by POSIX (it was previously missing) and needed to allow
callers to suppress interface-name lookups.
2014-06-04 02:24:38 -04:00
..
arpa fix argument types for legacy function inet_makeaddr 2014-01-06 22:17:24 -05:00
net net/if_arp.h: add missing ARP hardware identifiers from linux uapi headers 2013-09-15 02:42:29 +00:00
netinet update netinet/in.h to match the current kernel uapi 2014-05-30 13:06:51 -04:00
netpacket
scsi
sys fix POSIX namespace pollution in sys/types.h 2014-05-30 13:06:51 -04:00
aio.h
alloca.h
alltypes.h.in
ar.h
assert.h
byteswap.h
complex.h
cpio.h
crypt.h
ctype.h
dirent.h
dlfcn.h const-qualify the address argument to dladdr 2014-01-06 22:03:38 -05:00
elf.h elf.h: add aarch64 relocations 2014-02-25 00:17:29 +01:00
endian.h
err.h
errno.h
fcntl.h add flock64 alias for (struct) flock in fcntl.h 2014-02-18 11:04:15 -05:00
features.h
fenv.h
float.h write floating point limit constants to 21 significant decimal places 2013-11-20 17:40:33 -05:00
fnmatch.h remove now-unnecessary features.h inclusion from fnmatch.h 2013-12-02 02:06:52 -05:00
ftw.h
getopt.h
glob.h
grp.h
iconv.h
ifaddrs.h
inttypes.h fix inttypes.h PRI and SCN macros for [u]intptr_t types 2013-10-30 14:52:55 -04:00
iso646.h
langinfo.h fix multiple minor namespace issues in headers 2013-10-20 22:01:51 -04:00
lastlog.h
libgen.h
libintl.h
limits.h increase TTY_NAME_MAX limit to 32 2013-11-29 12:45:09 -05:00
link.h add missing c++ extern "C" wrapping to link.h 2013-08-02 16:52:17 -04:00
locale.h restore type of NULL to void * except when used in C++ programs 2013-11-24 21:42:55 -05:00
malloc.h
math.h math.h: make __FLOAT_BITS and __DOUBLE_BITS C89 2014-03-09 19:29:41 +01:00
memory.h
mntent.h
monetary.h
mqueue.h
netdb.h add support for ipv6 scope_id to getaddrinfo and getnameinfo 2014-06-04 02:24:38 -04:00
nl_types.h
paths.h remove duplicate definition of _PATH_LASTLOG in paths.h 2013-12-03 20:34:36 -05:00
poll.h
pthread.h add pthread_setaffinity_np and pthread_getaffinity_np functions 2013-08-10 21:41:05 -04:00
pty.h
pwd.h
regex.h
resolv.h fix res_mkquery and res_send prototypes in resolv.h 2013-12-04 21:31:39 +00:00
sched.h add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macro 2014-05-30 13:06:51 -04:00
search.h implement hcreate_r, hdestroy_r and hsearch_r 2014-04-02 18:37:45 -04:00
semaphore.h
setjmp.h
shadow.h
signal.h overhaul siginfo_t definition in signal.h 2014-05-24 20:39:46 -04:00
spawn.h
stdalign.h
stdarg.h
stdbool.h stdbool.h should define __bool_true_false_are_defined even for C++ 2013-08-28 00:41:00 -04:00
stddef.h restore type of NULL to void * except when used in C++ programs 2013-11-24 21:42:55 -05:00
stdint.h
stdio.h restore type of NULL to void * except when used in C++ programs 2013-11-24 21:42:55 -05:00
stdio_ext.h
stdlib.h fix signed and unsigned comparision in macros in public headers 2014-02-11 10:51:16 +01:00
stdnoreturn.h
string.h restore type of NULL to void * except when used in C++ programs 2013-11-24 21:42:55 -05:00
strings.h
stropts.h
syscall.h
sysexits.h
syslog.h add parens when bit and arith ops are mixed in macros in public headers 2014-02-11 18:02:06 +01:00
tar.h
termios.h
tgmath.h
time.h fix const-correctness of argument to stime 2014-01-07 03:02:14 -05:00
ucontext.h
ulimit.h
unistd.h remove unsupported nonstandard sysconf macros and their table entries 2014-05-19 12:18:16 -04:00
utime.h
utmp.h fix namespace violations in utmpx.h 2014-01-08 19:36:29 -05:00
utmpx.h fix namespace violations in utmpx.h 2014-01-08 19:36:29 -05:00
values.h
wait.h add workaround header for wait.h remapping to sys/wait.h 2013-09-01 01:01:31 -04:00
wchar.h restore type of NULL to void * except when used in C++ programs 2013-11-24 21:42:55 -05:00
wctype.h fix feature test macro logic for _BSD_SOURCE 2013-08-02 18:14:44 -04:00
wordexp.h