aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-12-28 10:21:29 +0000
committerAndreas Jaeger <aj@suse.de>2000-12-28 10:21:29 +0000
commit11e0f1cf9e7b2c38d5cdc0f1c682461b2ffdac0d (patch)
tree127154b78d8fda13645df38ec026aee735fa4569 /ChangeLog
parent01f8c9f23408d66f2bdc05ce2dbfa35b2ea4d87a (diff)
downloadglibc-11e0f1cf9e7b2c38d5cdc0f1c682461b2ffdac0d.tar
glibc-11e0f1cf9e7b2c38d5cdc0f1c682461b2ffdac0d.tar.gz
glibc-11e0f1cf9e7b2c38d5cdc0f1c682461b2ffdac0d.tar.bz2
glibc-11e0f1cf9e7b2c38d5cdc0f1c682461b2ffdac0d.zip
Update.
2000-12-28 Andreas Jaeger <aj@suse.de> * sunrpc/rpc_hout.c (print_funcdef): Add break statement to shut up GCC's warning about "deprecated use of label at end of compound statement." * sunrpc/rpc_cout.c (emit_inline): Likewise. * include/argp.h (_argp_unlock_xxx): Add declaration. * gmon/bb_exit_func.c: Include <sys/gmon.h> for internal prototypes. Remove struct bb and __bb_head since those are declared by sys/gmon.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae7af41381..96d2a13473 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2000-12-28 Andreas Jaeger <aj@suse.de>
+
+ * sunrpc/rpc_hout.c (print_funcdef): Add break statement to shut
+ up GCC's warning about "deprecated use of label at end of compound
+ statement."
+ * sunrpc/rpc_cout.c (emit_inline): Likewise.
+
+ * include/argp.h (_argp_unlock_xxx): Add declaration.
+
+ * gmon/bb_exit_func.c: Include <sys/gmon.h> for internal
+ prototypes.
+ Remove struct bb and __bb_head since those are declared by
+ sys/gmon.h.
+
2000-12-22 Ben Collins <bcollins@debian.org>
* manual/charset.texi: Fix typo in description of WCHAR_MAX.