mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
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.
This commit is contained in:
parent
01f8c9f234
commit
11e0f1cf9e
14
ChangeLog
14
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.
|
||||
|
@ -1 +1,9 @@
|
||||
#ifndef _ARGP_H
|
||||
#include <argp/argp.h>
|
||||
|
||||
/* This hack to allow programs that know what's going on to call argp
|
||||
recursively. If someday argp is changed not to use the non-reentrant
|
||||
getopt interface, we can get rid of this shit. XXX */
|
||||
extern void _argp_unlock_xxx (void);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user