diff options
author | Christopher Faylor <me@cgf.cx> | 2012-06-26 16:03:12 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2012-06-26 16:03:12 +0000 |
commit | f804f416f3012d6bb16b27d0fc9b338a7fb50a21 (patch) | |
tree | 59180d0411f939b9ae7009c4998ebd20022c4fe0 /newlib/ChangeLog | |
parent | 8bec43b39b5913e8248f8dbb1f0533983335d5a2 (diff) | |
download | cygnal-f804f416f3012d6bb16b27d0fc9b338a7fb50a21.tar.gz cygnal-f804f416f3012d6bb16b27d0fc9b338a7fb50a21.tar.bz2 cygnal-f804f416f3012d6bb16b27d0fc9b338a7fb50a21.zip |
* libc/include/sys/types.h: Don't use the same preprocessor guard for time_t,
timespec, and itimerspec. Add a separate guard specifically for timespec and
always unconditionally define itimerspec.
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 d5224cd2b..5a1ef56af 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,9 @@ +2012-06-26 Christopher Faylor <me.newlib2012@cgf.cx> + + * libc/include/sys/types.h: Don't use the same preprocessor guard for + time_t, timespec, and itimerspec. Add a separate guard specifically + for timespec and always unconditionally define itimerspec. + 2012-06-05 Corinna Vinschen <vinschen@redhat.com> * libc/stdio/findfp.c (__sinit): Avoid infinite recursion on |