diff options
Diffstat (limited to 'sysdeps/hurd')
-rw-r--r-- | sysdeps/hurd/include/hurd.h | 5 | ||||
-rw-r--r-- | sysdeps/hurd/include/hurd/fd.h | 4 | ||||
-rw-r--r-- | sysdeps/hurd/include/hurd/signal.h | 6 |
3 files changed, 15 insertions, 0 deletions
diff --git a/sysdeps/hurd/include/hurd.h b/sysdeps/hurd/include/hurd.h new file mode 100644 index 0000000000..f740e9de0f --- /dev/null +++ b/sysdeps/hurd/include/hurd.h @@ -0,0 +1,5 @@ +#ifndef _HURD_H +#include_next <hurd.h> +libc_hidden_proto (_hurd_exec_paths) +libc_hidden_proto (_hurd_init) +#endif diff --git a/sysdeps/hurd/include/hurd/fd.h b/sysdeps/hurd/include/hurd/fd.h new file mode 100644 index 0000000000..b22f0c59f4 --- /dev/null +++ b/sysdeps/hurd/include/hurd/fd.h @@ -0,0 +1,4 @@ +#ifndef _HURD_FD_H +#include_next <hurd/fd.h> +libc_hidden_proto (_hurd_intern_fd) +#endif diff --git a/sysdeps/hurd/include/hurd/signal.h b/sysdeps/hurd/include/hurd/signal.h new file mode 100644 index 0000000000..fbd01bb80d --- /dev/null +++ b/sysdeps/hurd/include/hurd/signal.h @@ -0,0 +1,6 @@ +#ifndef _HURD_SIGNAL_H +#include_next <hurd/signal.h> +libc_hidden_proto (_hurd_exception2signal) +libc_hidden_proto (_hurd_intr_rpc_mach_msg) +libc_hidden_proto (_hurd_thread_sigstate) +#endif |