diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-05-15 14:42:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-05-15 14:42:59 +0000 |
commit | 4442d58f1f4228584f22eb2fa04ff2334407382a (patch) | |
tree | 6ab17cbfe8077e3d6b573a64383b020ca20c06fe /ChangeLog | |
parent | 5d3fd1f6417f6775557183a3992209237d5539e9 (diff) | |
download | glibc-4442d58f1f4228584f22eb2fa04ff2334407382a.tar.gz glibc-4442d58f1f4228584f22eb2fa04ff2334407382a.tar.xz glibc-4442d58f1f4228584f22eb2fa04ff2334407382a.zip |
* resolv/res_debug.c (loc_ntoa): Make error const.
2006-05-14 Andreas Schwab <schwab@suse.de> * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH. 2006-05-12 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h. (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than sizeof (cpu_set_t).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3c133da56e..4f838521c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2006-05-15 Jakub Jelinek <jakub@redhat.com> + + * resolv/res_debug.c (loc_ntoa): Make error const. + +2006-05-14 Andreas Schwab <schwab@suse.de> + + * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH. + +2006-05-12 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h. + (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than + sizeof (cpu_set_t). + 2006-05-11 Ulrich Drepper <drepper@redhat.com> * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer. |