diff options
Diffstat (limited to 'sysdeps/hurd')
-rw-r--r-- | sysdeps/hurd/include/hurd/port.h | 9 |
1 files changed, 9 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..84582f6d02 --- /dev/null +++ b/sysdeps/hurd/include/hurd/port.h @@ -0,0 +1,9 @@ +#ifndef _HURD_PORT_H +#include_next <hurd/port.h> +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 |