mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Update.
2003-03-18 Ulrich Drepper <drepper@redhat.com> * sysdeps/posix/sysconf.c (__sysconf): Handle _SC_MONOTONIC_CLOCK correctly.
This commit is contained in:
parent
a14b373c5d
commit
dacb2bad80
@ -1,3 +1,8 @@
|
||||
2003-03-18 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/posix/sysconf.c (__sysconf): Handle _SC_MONOTONIC_CLOCK
|
||||
correctly.
|
||||
|
||||
2003-03-18 Steven Munroe <sjmunroe@us.ibm.com>
|
||||
|
||||
* sysdeps/powerpc/powerpc64/memcpy.S: New file.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user