diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-09-18 23:38:23 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-09-18 23:38:23 +0000 |
commit | ddf51ecb5f6ca05cc62b6ed8956d6a20cc74dbdb (patch) | |
tree | a1a3e8741efda74750188fa287af526ea9e6c4f1 /ChangeLog | |
parent | 76c0bea7a329ca94035de1801be77e24beecc1fd (diff) | |
download | glibc-ddf51ecb5f6ca05cc62b6ed8956d6a20cc74dbdb.tar.gz glibc-ddf51ecb5f6ca05cc62b6ed8956d6a20cc74dbdb.tar.xz glibc-ddf51ecb5f6ca05cc62b6ed8956d6a20cc74dbdb.zip |
* misc/bits/syslog.h (syslog): Remove extraneous argument from
the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to __syslog_chk. 2007-09-19 Jakub Jelinek <jakub@redhat.com> * misc/bits/syslog.h (syslog): Remove extraneous argument from the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to __syslog_chk.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a7db139e7b..3fe6844e75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-09-19 Jakub Jelinek <jakub@redhat.com> + + * misc/bits/syslog.h (syslog): Remove extraneous argument from + the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to + __syslog_chk. + 2007-09-18 Jakub Jelinek <jakub@redhat.com> * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of |