glibc/sysdeps
Siddhesh Poyarekar 3d04f5db20 Set EAI_SYSTEM only when h_errno is NETDB_INTERNAL
Fixes BZ #15339.

NSS_STATUS_UNAVAIL may mean that a necessary input resource is not
available.  This could occur in a number of cases including when the
network is down, system runs out of file descriptors, etc.  The
correct differentiator in such a case is the h_errno, which gives the
nature of failure.  In case of failures other than a simple 'not
found', we set h_errno as NETDB_INTERNAL and let errno be the
identifier for the exact error.
2013-05-21 21:54:41 +05:30
..
generic Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). 2013-05-16 11:32:54 -05:00
gnu Sync with Linux 3.9 2013-05-03 20:52:00 +02:00
i386 Handle sincos with generic libm-test logic. 2013-05-19 14:45:41 +00:00
ieee754 Fix nearbyint scheduling of arithmetic past fesetenv (bug 15490). 2013-05-19 18:40:25 +00:00
init_array Add sysdeps/init_array to produce empty crt[in].o and use .preinit_array for gcrt1.o 2013-03-12 12:50:13 -07:00
mach Hurd: add ST_NOATIME 2013-05-10 20:39:32 +02:00
posix Set EAI_SYSTEM only when h_errno is NETDB_INTERNAL 2013-05-21 21:54:41 +05:30
powerpc Handle sincos with generic libm-test logic. 2013-05-19 14:45:41 +00:00
pthread BZ#15361: Make aio_fsync not check open modes. 2013-04-12 13:11:20 -07:00
s390 Handle sincos with generic libm-test logic. 2013-05-19 14:45:41 +00:00
sh Handle sincos with generic libm-test logic. 2013-05-19 14:45:41 +00:00
sparc Handle sincos with generic libm-test logic. 2013-05-19 14:45:41 +00:00
unix Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). 2013-05-16 11:32:54 -05:00
wordsize-32 Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
wordsize-64 Move dummy glob64.c alongside glob.c that defines glob64. 2013-05-06 16:11:11 -07:00
x86 Remove miscellaneous bounded-pointers relics in C code. 2013-02-15 00:51:53 +00:00
x86_64 Faster memset on x64 2013-05-20 08:32:45 +02:00