diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-07 17:29:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-07 17:29:37 +0000 |
commit | a1a363d20cb4d698af8e7a8a0bb9c3313fe7d858 (patch) | |
tree | 09146e7377917cef6b34e5ae4f4c50e79d318725 /ChangeLog | |
parent | a6fa53288f51eac715cf9899ffe3cfd66e7dc42c (diff) | |
download | glibc-a1a363d20cb4d698af8e7a8a0bb9c3313fe7d858.tar.gz glibc-a1a363d20cb4d698af8e7a8a0bb9c3313fe7d858.tar.xz glibc-a1a363d20cb4d698af8e7a8a0bb9c3313fe7d858.zip |
* misc/error.h: Use __const instead of const.
* misc/bits/error.h: Likewise. 2007-10-07 Andreas Jaeger <aj@suse.de> * include/bits/error.h: New file. * misc/bits/error.h (error_at_line): Fix prototype.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 846a38234c..60cdd2e1f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-10-07 Ulrich Drepper <drepper@redhat.com> + + * misc/error.h: Use __const instead of const. + * misc/bits/error.h: Likewise. + +2007-10-07 Andreas Jaeger <aj@suse.de> + + * include/bits/error.h: New file. + + * misc/bits/error.h (error_at_line): Fix prototype. + 2007-10-06 Ulrich Drepper <drepper@redhat.com> [BZ #3924] |