That's fine. Please commit it.
Thanks,
Roland
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
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
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