From: Andreas Jaeger Date: Sun, 18 Apr 2004 06:35:54 +0000 (+0000) Subject: * sysdeps/unix/sysv/linux/x86_64/bits/semaphore.h X-Git-Tag: upstream/2.30~17994 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=620c3354ae7aaf36275d7bb590b9f1afd8f777ee;p=external%2Fglibc.git * sysdeps/unix/sysv/linux/x86_64/bits/semaphore.h (SEM_VALUE_MAX): Add missing brace. 2004-04-18 Andreas Jaeger * sysdeps/unix/sysv/linux/x86_64/bits/semaphore.h (SEM_VALUE_MAX): Add missing brace. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index ff3498f..3dc0ec0 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2004-04-18 Andreas Jaeger + + * sysdeps/unix/sysv/linux/x86_64/bits/semaphore.h + (SEM_VALUE_MAX): Add missing brace. + 2004-04-17 Jakub Jelinek * sysdeps/pthread/Makefile (tests): Add tst-mqueue8x 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 28a40b7..5069299 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 , 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