From d349482e965a1f68edcc6cbac12aa52c5cc95196 Mon Sep 17 00:00:00 2001 From: Andreas Tobler Date: Sat, 25 Feb 2006 22:23:09 +0100 Subject: [multiple changes] 2006-02-25 Shantonu Sen * config/posix/sem.h: Define BROKEN_POSIX_SEMAPHORES functions. * config/posix/sem.c: Implement the above. 2006-02-25 Andreas Tobler * configure.ac (HAVE_BROKEN_POSIX_SEMAPHORES): Check for darwin and define HAVE_BROKEN_POSIX_SEMAPHORES. * configure: Rebuilt. * config.h.in: Rebuilt. From-SVN: r111441 --- libgomp/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libgomp/config.h.in') diff --git a/libgomp/config.h.in b/libgomp/config.h.in index 04fcb17d..0c15993 100644 --- a/libgomp/config.h.in +++ b/libgomp/config.h.in @@ -9,6 +9,9 @@ /* Define to 1 if the target supports __attribute__((visibility(...))). */ #undef HAVE_ATTRIBUTE_VISIBILITY +/* Define if the POSIX Semaphores do not work on your system. */ +#undef HAVE_BROKEN_POSIX_SEMAPHORES + /* Define to 1 if you have the `clock_gettime' function. */ #undef HAVE_CLOCK_GETTIME -- cgit v1.1