summaryrefslogtreecommitdiff
path: root/sysdeps/hurd/include/hurd/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/hurd/include/hurd/port.h')
-rw-r--r--sysdeps/hurd/include/hurd/port.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysdeps/hurd/include/hurd/port.h b/sysdeps/hurd/include/hurd/port.h
new file mode 100644
index 0000000000..ca1d2d111a
--- /dev/null
+++ b/sysdeps/hurd/include/hurd/port.h
@@ -0,0 +1,11 @@
+#ifndef _HURD_PORT_H
+#include_next <hurd/port.h>
+#ifndef _ISOMAC
+libc_hidden_proto (_hurd_port_locked_get)
+libc_hidden_proto (_hurd_port_locked_set)
+#ifdef _HURD_PORT_H_HIDDEN_DEF
+libc_hidden_def (_hurd_port_locked_get)
+libc_hidden_def (_hurd_port_locked_set)
+#endif
+#endif
+#endif