diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-05-11 06:39:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-05-11 06:39:07 +0000 |
commit | 341c566f05fa6b19b88508f7ddd835bfd101731b (patch) | |
tree | 82fc68ed7d11fb8ea2b5c7f7d8f38c2c554734c7 /ChangeLog | |
parent | a53fa282ac5200d5ca345a34f2a257dfe5ed2d4b (diff) | |
download | glibc-341c566f05fa6b19b88508f7ddd835bfd101731b.tar.gz glibc-341c566f05fa6b19b88508f7ddd835bfd101731b.tar.xz glibc-341c566f05fa6b19b88508f7ddd835bfd101731b.zip |
* sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
* sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add tst-getcpu. * include/link.h: Move l_version and l_nversion members around to fill gaps.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2451feae3f..94902405a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2007-05-10 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/tst-getcpu.c: New file. + * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add + tst-getcpu. + + * include/link.h: Move l_version and l_nversion members around to + fill gaps. + * scripts/check-c++-types.sh: Don't use -fnu89-inline option. * sysdeps/unix/sysv/linux/sched_setaffinity.c |