From a14f26ef6924a6795025f4193a3567b95b339b05 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 4 Aug 2002 03:50:21 +0000 Subject: * include/sys/resource.h: Use libc_hidden_proto for getpriority, setpriority. * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def. * sysdeps/unix/sysv/irix4/getpriority.c: Likewise. * sysdeps/mach/hurd/setpriority.c: Likewise. * sysdeps/mach/hurd/getpriority.c: Likewise. * sysdeps/generic/setpriority.c: Likewise. * sysdeps/generic/getpriority.c: Likewise. * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all. * malloc/mcheck.c: Add libc_hidden_def. * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r. * misc/hsearch_r.c: Add libc_hidden_def. * include/fnmatch.h: Use libc_hidden_proto for fnmatch. * posix/fnmatch.c: Add libc_hidden_weak. --- malloc/mcheck.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'malloc') diff --git a/malloc/mcheck.c b/malloc/mcheck.c index 9d9200d45d..c67636c289 100644 --- a/malloc/mcheck.c +++ b/malloc/mcheck.c @@ -133,6 +133,9 @@ mcheck_check_all () /* Turn checks on again. */ pedantic = 1; } +#ifdef _LIBC +libc_hidden_def (mcheck_check_all) +#endif static void unlink_blk __P ((struct hdr *ptr)); static void -- cgit 1.4.1