Re: [PATCH] generic empty __check_native implementation

2012-07-26 Thread Roland McGrath
That's fine. Please commit it. Thanks, Roland

[PATCH] generic empty __check_native implementation

2012-07-26 Thread Pino Toscano
Hi, sysdeps/posix/getaddrinfo.c calls a __check_native function to eventually check whether an interface uses a native transport; however, the only existing implementation of it is in sysdeps/unix/sysv/linux/check_native.c, meaning any GNU non-Linux OS will get an undefined reference when link

Re: [PATCH,HURD] implement renameat

2012-07-26 Thread Pino Toscano
Alle mercoledì 25 luglio 2012, Roland McGrath ha scritto: > Make the top line of every new file a descriptive comment. What do you think about Renames a file using relative source and destination names. Hurd version. (of course in a single line)? > The copyright line goes second. > > Otherwi

Re: non-blocking connect fails with no pending acceptors

2012-07-26 Thread Thomas Schwinge
Hi! On Tue, 17 May 2005 10:31:09 +0100, "Neal H. Walfield" wrote: > If a program calls connect on a non-blocking socket with no pending > acceptors (i.e. threads calling accept on the listening end of a > socket), connect fails with EWOULDBLOCK. [...] This patch has been used in Debian GNU/Hur