mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 14:40:06 +00: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>
|
2003-03-18 Steven Munroe <sjmunroe@us.ibm.com>
|
||||||
|
|
||||||
* sysdeps/powerpc/powerpc64/memcpy.S: New file.
|
* sysdeps/powerpc/powerpc64/memcpy.S: New file.
|
||||||
|
@ -938,7 +938,7 @@ __sysconf (name)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
case _SC_MONOTONIC_CLOCK:
|
case _SC_MONOTONIC_CLOCK:
|
||||||
#ifdef _POSIX_MONOTONIC_CLOCK
|
#if _POSIX_MONOTONIC_CLOCK
|
||||||
return _POSIX_MONOTONIC_CLOCK;
|
return _POSIX_MONOTONIC_CLOCK;
|
||||||
#else
|
#else
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user