glibc/sysdeps/mach
Pino Toscano 986cab95e0 Hurd: fixes for ptsname and ptsname_r
ptsname_r on failure returns the value that is also set as errno; furthermore,
add more checks to it:
- set errno and return it on __term_get_peername failure
- set errno to ERANGE other than returning it
- change the type of PEERNAME to string_t, and check its length with __strnlen

In ptsname:
- change the type of PEERNAME to string_t
- do not set errno manually, since ptsname_r has set it already
2012-11-20 00:49:11 +01:00
..
bits Remove unused __rtld_lock_init_recursive macro 2012-09-13 09:58:58 -07:00
hurd Hurd: fixes for ptsname and ptsname_r 2012-11-20 00:49:11 +01:00
i386
sys
_strerror.c
adjtime.c
configure Add missing magic to GLIBC_PROVIDES. 2012-10-09 15:41:30 -07:00
configure.in
getloadavg.c
getpagesize.c
getsysstats.c
gettimeofday.c Switch gettimeofday from INTUSE to libc_hidden_proto. 2012-05-24 13:12:34 -07:00
Makefile
mprotect.c
msync.c
munmap.c
nanosleep.c Hurd: mach: compliance fixes for nanosleep 2012-05-10 15:57:25 -07:00
pagecopy.h
readonly-area.c
sched_yield.c
sleep.c
strerror_l.c
Subdirs
sysdep.h Get rid of ASM_GLOBAL_DIRECTIVE. 2012-07-10 14:30:24 +02:00
thread_state.h
usleep.c
xpg-strerror.c