summaryrefslogtreecommitdiff
path: root/include/fnmatch.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-04 03:50:21 +0000
committerRoland McGrath <roland@gnu.org>2002-08-04 03:50:21 +0000
commita14f26ef6924a6795025f4193a3567b95b339b05 (patch)
tree45ba174eb4d5d12c46ae8244fc6b6ba4a92590c9 /include/fnmatch.h
parentc41f555e0c91588469586cb7fef23907582b2595 (diff)
* 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.
Diffstat (limited to 'include/fnmatch.h')
-rw-r--r--include/fnmatch.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/fnmatch.h b/include/fnmatch.h
index b12b786df0..2cdad0a40f 100644
--- a/include/fnmatch.h
+++ b/include/fnmatch.h
@@ -1 +1,7 @@
+#ifndef _FNMATCH_H
+
#include <posix/fnmatch.h>
+
+libc_hidden_proto (fnmatch)
+
+#endif