diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-10-06 08:01:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-10-06 08:01:28 +0000 |
commit | f38a30861e2c2979a6417801c91ca652f2711959 (patch) | |
tree | 958b42ae485a3674d31c66fdb757ca4911f615c5 /nptl/tst-cond11.c | |
parent | b85a0f39b72abca260a01b7c2e7210bffc876f78 (diff) | |
download | glibc-f38a30861e2c2979a6417801c91ca652f2711959.tar.gz glibc-f38a30861e2c2979a6417801c91ca652f2711959.tar.xz glibc-f38a30861e2c2979a6417801c91ca652f2711959.zip |
Update.
* tst-clock1.c: Change #ifdef to #if defined. * tst-clock2.c: Likewise. * tst-cond11.c: Likewise. 2004-10-05 Jakub Jelinek <jakub@redhat.com>
Diffstat (limited to 'nptl/tst-cond11.c')
-rw-r--r-- | nptl/tst-cond11.c | 2 |
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) { |