diff options
author | Roland McGrath <roland@gnu.org> | 2005-10-24 19:31:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-10-24 19:31:20 +0000 |
commit | df979dc433f79f047c375b21c84b102e3738f1b3 (patch) | |
tree | 9e20ec506edbebd0fe3acbf5fb5f185684b1e4a3 | |
parent | 710af5d7abc022c1c894254acfc86ef2d710ec08 (diff) | |
download | glibc-df979dc433f79f047c375b21c84b102e3738f1b3.tar.gz glibc-df979dc433f79f047c375b21c84b102e3738f1b3.tar.xz glibc-df979dc433f79f047c375b21c84b102e3738f1b3.zip |
[BZ #1534]
2005-10-24 Roland McGrath <roland@redhat.com> [BZ #1534] * include/string.h: Use libc_hidden_proto for strnlen, not libc_hidden_builtin_proto.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ccb4bcf2c1..3c16ce5d3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-10-24 Roland McGrath <roland@redhat.com> + + [BZ #1534] + * include/string.h: Use libc_hidden_proto for strnlen, + not libc_hidden_builtin_proto. + 2005-10-23 Ulrich Drepper <drepper@redhat.com> * rt/mqueue.h: Cleanups. |