summaryrefslogtreecommitdiff
path: root/libgomp/config/posix/lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgomp/config/posix/lock.c')
-rw-r--r--libgomp/config/posix/lock.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/libgomp/config/posix/lock.c b/libgomp/config/posix/lock.c
index 8cd715e645f..258af015f15 100644
--- a/libgomp/config/posix/lock.c
+++ b/libgomp/config/posix/lock.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005, 2008, 2009, 2012 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU OpenMP Library (libgomp).
@@ -30,12 +30,8 @@
to do better and streamline the locking as well as reduce the size
of the types exported. */
-/* We need Unix98 extensions to get recursive locks. On Tru64 UNIX V4.0F,
- the declarations are available without _XOPEN_SOURCE, which actually
- breaks compilation. */
-#ifndef __osf__
+/* We need Unix98 extensions to get recursive locks. */
#define _XOPEN_SOURCE 500
-#endif
#include "libgomp.h"