summaryrefslogtreecommitdiff
path: root/sysdeps/hurd/include/hurd.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/hurd/include/hurd.h')
-rw-r--r--sysdeps/hurd/include/hurd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/hurd/include/hurd.h b/sysdeps/hurd/include/hurd.h
new file mode 100644
index 0000000000..d29f580d5b
--- /dev/null
+++ b/sysdeps/hurd/include/hurd.h
@@ -0,0 +1,7 @@
+#ifndef _HURD_H
+#include_next <hurd.h>
+#ifndef _ISOMAC
+libc_hidden_proto (_hurd_exec_paths)
+libc_hidden_proto (_hurd_init)
+#endif
+#endif