]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/unix/sysv/linux/x86_64/bits/semaphore.h
authorAndreas Jaeger <aj@suse.de>
Sun, 18 Apr 2004 06:35:54 +0000 (06:35 +0000)
committerAndreas Jaeger <aj@suse.de>
Sun, 18 Apr 2004 06:35:54 +0000 (06:35 +0000)
(SEM_VALUE_MAX): Add missing brace.
2004-04-18  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/sysv/linux/x86_64/bits/semaphore.h
(SEM_VALUE_MAX): Add missing brace.

nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/x86_64/bits/semaphore.h

index ff3498fb74b94f4a26178b139ad6251c8754da66..3dc0ec01a1d2d5c652790020c80174880345ef5b 100644 (file)
@@ -1,3 +1,8 @@
+2004-04-18  Andreas Jaeger  <aj@suse.de>
+
+       * sysdeps/unix/sysv/linux/x86_64/bits/semaphore.h
+       (SEM_VALUE_MAX): Add missing brace.
+
 2004-04-17  Jakub Jelinek  <jakub@redhat.com>
 
        * sysdeps/pthread/Makefile (tests): Add tst-mqueue8x
index 28a40b742a18714062945f5774b5992831b52801..5069299832c3d29ec031d4023547b758c7f9da0f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002 Free Software Foundation, Inc.
+/* Copyright (C) 2002, 2004 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
 
@@ -29,7 +29,7 @@
 #define SEM_FAILED      ((sem_t *) 0)
 
 /* Maximum value the semaphore can have.  */
-#define SEM_VALUE_MAX   ((int) (2147483647)
+#define SEM_VALUE_MAX   ((int) (2147483647))
 
 
 typedef union