aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-10 20:05:23 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-10 20:05:23 +0000
commitfb2bc93c76d416c3af4c99016c307b2358968121 (patch)
tree92db2a2875e07f9babc32722de3e7607136a9797
parentb1b54458af706a5eef0f7a76d06ce93f8cbd806b (diff)
downloadglibc-fb2bc93c76d416c3af4c99016c307b2358968121.tar
glibc-fb2bc93c76d416c3af4c99016c307b2358968121.tar.gz
glibc-fb2bc93c76d416c3af4c99016c307b2358968121.tar.bz2
glibc-fb2bc93c76d416c3af4c99016c307b2358968121.zip
Update.
2002-08-10 Ulrich Drepper <drepper@redhat.com> * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit, iswtolower, iswtoupper): Add libc_hidden_def.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4657b6aebc..fc48660e9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-10 Ulrich Drepper <drepper@redhat.com>
+
+ * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace,
+ iswxdigit, iswtolower, iswtoupper): Add libc_hidden_def.
+
2002-08-10 Andreas Jaeger <aj@suse.de>
* sysdeps/i386/strchr.S: Add comment.