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

[commits] r8410 - in /trunk/libc: ChangeLog.eglibc nss/nsswitch.c



Author: joseph
Date: Wed May  6 06:59:46 2009
New Revision: 8410

Log:
2009-05-06  Aurelien Jarno  <aurelien@xxxxxxxxxxx>

	* nss/nsswitch.c (lock_nsswitch, unlock_nsswitch): Remove brackets.

Modified:
    trunk/libc/ChangeLog.eglibc
    trunk/libc/nss/nsswitch.c

Modified: trunk/libc/ChangeLog.eglibc
==============================================================================
--- trunk/libc/ChangeLog.eglibc (original)
+++ trunk/libc/ChangeLog.eglibc Wed May  6 06:59:46 2009
@@ -1,3 +1,7 @@
+2009-05-06  Aurelien Jarno  <aurelien@xxxxxxxxxxx>
+
+	* nss/nsswitch.c (lock_nsswitch, unlock_nsswitch): Remove brackets.
+
 2009-05-06  Aurelien Jarno  <aurelien@xxxxxxxxxxx>
 
 	* Makerules (install-map): Don't install libhurduser.map and

Modified: trunk/libc/nss/nsswitch.c
==============================================================================
--- trunk/libc/nss/nsswitch.c (original)
+++ trunk/libc/nss/nsswitch.c Wed May  6 06:59:46 2009
@@ -84,8 +84,8 @@
 
 __libc_lock_define_initialized (static, lock)
 
-#define lock_nsswitch (__libc_lock_lock (lock))
-#define unlock_nsswitch (__libc_lock_unlock (lock))
+#define lock_nsswitch __libc_lock_lock (lock)
+#define unlock_nsswitch __libc_lock_unlock (lock)
 
 #if !defined DO_STATIC_NSS || defined SHARED
 /* String with revision number of the shared object files.  */