diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2008-10-16 21:53:58 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2008-10-16 21:53:58 +0000 |
commit | 01bf0593df8c7bb302f4d5cee139db837faf28d2 (patch) | |
tree | 3aa59d040d594b99e6f4f9fefdce2fa1294edc67 /newlib/ChangeLog | |
parent | f7b03c3c5b2114d84ffc8a37d68b5082e4f4a13d (diff) | |
download | cygnal-01bf0593df8c7bb302f4d5cee139db837faf28d2.tar.gz cygnal-01bf0593df8c7bb302f4d5cee139db837faf28d2.tar.bz2 cygnal-01bf0593df8c7bb302f4d5cee139db837faf28d2.zip |
2008-10-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* libc/include/time.h: Add CLOCK_MONOTONIC.
* libc/include/sys/features.h: Define
_POSIX_MONOTONIC_CLOCK for RTEMS.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index a940642b1..b991cd82b 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,9 @@ +2008-10-16 Joel Sherrill <joel.sherrill@oarcorp.com> + + * libc/include/time.h: Add CLOCK_MONOTONIC. + * libc/include/sys/features.h: Define + _POSIX_MONOTONIC_CLOCK for RTEMS. + 2008-10-15 Jeff Johnston <jjohnstn@redhat.com> * newlib.hin: Restore to previous 1.14 version which has no |