aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-11-29 00:04:54 +0000
committerUlrich Drepper <drepper@redhat.com>2000-11-29 00:04:54 +0000
commit20bb288327254c60dcf7f28ad3ea22c48cffcc58 (patch)
tree9d317f8044d64112c5112ef088688f366864726e /ChangeLog
parent5eefad82e96d213f69e216857ad638dab981f705 (diff)
downloadglibc-20bb288327254c60dcf7f28ad3ea22c48cffcc58.tar
glibc-20bb288327254c60dcf7f28ad3ea22c48cffcc58.tar.gz
glibc-20bb288327254c60dcf7f28ad3ea22c48cffcc58.tar.bz2
glibc-20bb288327254c60dcf7f28ad3ea22c48cffcc58.zip
Update.
* dlfcn/defaultmod1.c: Add prototypes to avoid warnings. * dlfcn/defaultmod2.c: Likewise. * dlfcn/dlopen.c: Likewise. * dlfcn/dlopenold.c: Likewise. * dlfcn/failtestmod.c: Likewise. * dlfcn/glreflib1.c: Likewise. * dlfcn/glreflib2.c: Likewise. * dlfcn/eval.c: Likewise. Add attributes. * ctype/ctype-extn.c: Define isblank and not __isblank.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6c56608dc..25da4389ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2000-11-28 Ulrich Drepper <drepper@redhat.com>
+ * dlfcn/defaultmod1.c: Add prototypes to avoid warnings.
+ * dlfcn/defaultmod2.c: Likewise.
+ * dlfcn/dlopen.c: Likewise.
+ * dlfcn/dlopenold.c: Likewise.
+ * dlfcn/failtestmod.c: Likewise.
+ * dlfcn/glreflib1.c: Likewise.
+ * dlfcn/glreflib2.c: Likewise.
+ * dlfcn/eval.c: Likewise. Add attributes.
+
+ * ctype/ctype-extn.c: Define isblank and not __isblank.
+
* time/strftime.c: Add const where necessary to avoid warnings.
* time/strptime.c (strptime_internal): Add casts to avoid warnings.