1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
* elf/dl-minimal.c: Add prototypes.

	* include/locale.h: Add internal prototypes.
	* include/sys/gmon.h: Likewise.
This commit is contained in:
Andreas Jaeger
2000-12-28 07:58:08 +00:00
parent a7cfa34189
commit 728c24ff87
4 changed files with 31 additions and 0 deletions

View File

@@ -6,4 +6,10 @@
/* 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);
#endif