summaryrefslogtreecommitdiff
path: root/nptl/tst-cond11.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-10-06 09:09:35 +0000
committerJakub Jelinek <jakub@redhat.com>2004-10-06 09:09:35 +0000
commit0caba1fbdb2bb0d78bbf3a9cf4d227ad1c1f8f86 (patch)
treef86a1435f78ca214fb24daf9ba7a85f3dfd1ff54 /nptl/tst-cond11.c
parent6fb78a87583a6d2f65a0fb4a77c950ddc037876c (diff)
Updated to fedora-glibc-20041006T0900
Diffstat (limited to 'nptl/tst-cond11.c')
-rw-r--r--nptl/tst-cond11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-cond11.c b/nptl/tst-cond11.c
index 90a3e15868..0de4d56137 100644
--- a/nptl/tst-cond11.c
+++ b/nptl/tst-cond11.c
@@ -24,7 +24,7 @@
#include <unistd.h>
-#ifdef _POSIX_CLOCK_SELECTION && _POSIX_CLOCK_SELECTION >= 0
+#if defined _POSIX_CLOCK_SELECTION && _POSIX_CLOCK_SELECTION >= 0
static int
run_test (clockid_t cl)
{