169ec09e54
* include/locale.h (_nl_C_locobj): Declare as hidden. * time/asctime.c (_nl_C_LC_TIME): Declare as hidden. * time/strptime.c (_nl_C_LC_TIME): Likewise. * include/netinet/in.h (in6addr_any_internal): Mark as hidden. * include/sys/gmon.h: Declare _gmonparam as hidden. * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden. (__ctype32_wctrans): Likewise. (__ctype32_width): Likewise.
16 lines
367 B
C
16 lines
367 B
C
#ifndef _SYS_GMON_H
|
|
#include <gmon/sys/gmon.h>
|
|
|
|
/* Now define the internal interfaces. */
|
|
|
|
/* Write current profiling data to file. */
|
|
extern void __write_profiling (void);
|
|
extern void write_profiling (void);
|
|
|
|
struct __bb;
|
|
extern void __bb_init_func (struct __bb *bb);
|
|
extern void __bb_exit_func (void);
|
|
|
|
extern struct gmonparam _gmonparam attribute_hidden;
|
|
#endif
|