[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r7051 - in /fsf/trunk/libc: ChangeLog nscd/connections.c



Author: eglibc
Date: Wed Oct  1 00:03:03 2008
New Revision: 7051

Log:
Import glibc-mainline for 2008-10-01

Modified:
    fsf/trunk/libc/ChangeLog
    fsf/trunk/libc/nscd/connections.c

Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Wed Oct  1 00:03:03 2008
@@ -1,3 +1,7 @@
+2008-09-30  Ulrich Drepper  <drepper@xxxxxxxxxx>
+
+	* nscd/connections.c: Disable use of paccept for now.
+
 2008-09-29  Ulrich Drepper  <drepper@xxxxxxxxxx>
 
 	* socket/Versions: Remove paccept export for GLIBC_2.9.

Modified: fsf/trunk/libc/nscd/connections.c
==============================================================================
--- fsf/trunk/libc/nscd/connections.c (original)
+++ fsf/trunk/libc/nscd/connections.c Wed Oct  1 00:03:03 2008
@@ -239,7 +239,7 @@
    before be know the result.  */
 static int have_sock_cloexec;
 /* The paccept syscall was introduced at the same time as SOCK_CLOEXEC.  */
-# define have_paccept have_sock_cloexec
+# define have_paccept -1	// XXX For the time being there is no such call
 #endif
 
 /* Number of times clients had to wait.  */