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:
Ulrich Drepper 2003-01-15 23:04:20 +00:00
parent 282c00a71a
commit c16abc04e8
2 changed files with 12 additions and 2 deletions

View File

@ -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.

View File

@ -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