mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-24 12:25:35 +08:00
Update.
2003-01-15 Steven Munroe <sjmunroe@us.ibm.com> * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Include sysdep-cancel.h, not sysdep.h. 2003-01-15 Ulrich Drepper <drepper@redhat.com> * nscd/connections.c (nscd_run): Protect accept call with TEMP_FAILURE_RETRY.
This commit is contained in:
parent
282c00a71a
commit
c16abc04e8
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
2003-01-15 Steven Munroe <sjmunroe@us.ibm.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Include
|
||||
sysdep-cancel.h, not sysdep.h.
|
||||
|
||||
2003-01-15 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* nscd/connections.c (nscd_run): Protect accept call with
|
||||
TEMP_FAILURE_RETRY.
|
||||
|
||||
2003-01-15 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-bp.d.
|
||||
|
@ -16,7 +16,7 @@
|
||||
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include <sysdep.h>
|
||||
#include <sysdep-cancel.h>
|
||||
#include <socketcall.h>
|
||||
|
||||
#define P(a, b) P2(a, b)
|
||||
@ -45,7 +45,7 @@
|
||||
/* If this is just socket.S leave it alone! */
|
||||
#else
|
||||
#ifndef __socket
|
||||
#define __socket P(__,socket)
|
||||
#define __socket P(__,socket)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user