diff options
author | Roland McGrath <roland@gnu.org> | 2005-10-16 10:32:31 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-10-16 10:32:31 +0000 |
commit | c45c24812b64c41a494e74c789a9e91ea21b3f7c (patch) | |
tree | 72a14048b284128565ea6565f4d60056645135f1 /ChangeLog | |
parent | ce14289fccc98d2519f8572b0af5672a090d1cbc (diff) | |
download | glibc-c45c24812b64c41a494e74c789a9e91ea21b3f7c.tar.gz glibc-c45c24812b64c41a494e74c789a9e91ea21b3f7c.tar.xz glibc-c45c24812b64c41a494e74c789a9e91ea21b3f7c.zip |
[BZ #1249, BZ #1252] cvs/fedora-glibc-2_3-20051017T0259
2005-08-05 Alfred M. Szmidt <ams@gnu.org> [BZ #1252] * sysdeps/mach/hurd/setitimer.c (restart_itimer): Move static fn forward decl out of function body. * sysdeps/mach/hurd/profil.c: Likewise. [BZ #1249]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1f7585cb3e..46c4621c56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-08-05 Alfred M. Szmidt <ams@gnu.org> + + [BZ #1252] + * sysdeps/mach/hurd/setitimer.c (restart_itimer): Move static fn + forward decl out of function body. + * sysdeps/mach/hurd/profil.c: Likewise. + 2005-10-16 Roland McGrath <roland@frob.com> [BZ #1254] @@ -15,6 +22,7 @@ Use __builtin_frame_address and __builtin_return_address. (_dl_init_first): Likewise. + [BZ #1249] * sysdeps/mach/hurd/i386/init-first.c (_cthread_init_routine): Declare as weak extern. (init): Check for it being undefined. |