From dacb2bad80f03502d1f933382ba34b6a91096e93 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 18 Mar 2003 23:50:44 +0000 Subject: Update. 2003-03-18 Ulrich Drepper * sysdeps/posix/sysconf.c (__sysconf): Handle _SC_MONOTONIC_CLOCK correctly. --- ChangeLog | 5 +++++ sysdeps/posix/sysconf.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fb21992d8c..f1b1773904 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-03-18 Ulrich Drepper + + * sysdeps/posix/sysconf.c (__sysconf): Handle _SC_MONOTONIC_CLOCK + correctly. + 2003-03-18 Steven Munroe * sysdeps/powerpc/powerpc64/memcpy.S: New file. diff --git a/sysdeps/posix/sysconf.c b/sysdeps/posix/sysconf.c index 7ad8ac7891..bf154f3e1a 100644 --- a/sysdeps/posix/sysconf.c +++ b/sysdeps/posix/sysconf.c @@ -938,7 +938,7 @@ __sysconf (name) #endif case _SC_MONOTONIC_CLOCK: -#ifdef _POSIX_MONOTONIC_CLOCK +#if _POSIX_MONOTONIC_CLOCK return _POSIX_MONOTONIC_CLOCK; #else return -1; -- cgit v1.2.3