about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/x86_64
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2004-04-18 06:35:54 +0000
committerAndreas Jaeger <aj@suse.de>2004-04-18 06:35:54 +0000
commit620c3354ae7aaf36275d7bb590b9f1afd8f777ee (patch)
treedeff4f8e1b250a65fa5da3cf8c04997bca28949a /nptl/sysdeps/unix/sysv/linux/x86_64
parent1683daeb2778c6263f2680cf98551679db7e781f (diff)
downloadglibc-620c3354ae7aaf36275d7bb590b9f1afd8f777ee.tar.gz
glibc-620c3354ae7aaf36275d7bb590b9f1afd8f777ee.tar.xz
glibc-620c3354ae7aaf36275d7bb590b9f1afd8f777ee.zip
* sysdeps/unix/sysv/linux/x86_64/bits/semaphore.h
(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.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/x86_64')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/x86_64/bits/semaphore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/bits/semaphore.h b/nptl/sysdeps/unix/sysv/linux/x86_64/bits/semaphore.h
index 28a40b742a..5069299832 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/bits/semaphore.h
+++ b/nptl/sysdeps/unix/sysv/linux/x86_64/bits/semaphore.h
@@ -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