diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-27 17:56:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-27 17:56:19 +0000 |
commit | 0d5420ec80397ae46f8c0a67d013feaef94220f3 (patch) | |
tree | d04e771f9424f1ae79820ab50f2ed1e12b4bf225 | |
parent | 0ebde03a5804392dc301ee1782fcb801484a4761 (diff) | |
download | glibc-0d5420ec80397ae46f8c0a67d013feaef94220f3.tar glibc-0d5420ec80397ae46f8c0a67d013feaef94220f3.tar.gz glibc-0d5420ec80397ae46f8c0a67d013feaef94220f3.tar.bz2 glibc-0d5420ec80397ae46f8c0a67d013feaef94220f3.zip |
Update.
2003-03-27 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/sysconf.c (__sysconf) <_SC_MONOTONIC_CLOCK>:
Return -1 instead of 0 if clock_getres failed.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2003-03-27 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/unix/sysv/linux/sysconf.c (__sysconf) <_SC_MONOTONIC_CLOCK>: + Return -1 instead of 0 if clock_getres failed. + 2003-03-27 Roland McGrath <roland@redhat.com> * scripts/abilist.awk: If variable `parse_names' is set, grok the file |