summaryrefslogtreecommitdiff
path: root/sysdeps/hurd/include/hurd/fd.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/hurd/include/hurd/fd.h')
-rw-r--r--sysdeps/hurd/include/hurd/fd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/hurd/include/hurd/fd.h b/sysdeps/hurd/include/hurd/fd.h
index 643454f3f8..1f3ac380a0 100644
--- a/sysdeps/hurd/include/hurd/fd.h
+++ b/sysdeps/hurd/include/hurd/fd.h
@@ -1,10 +1,12 @@
#ifndef _HURD_FD_H
#include_next <hurd/fd.h>
+#ifndef _ISOMAC
libc_hidden_proto (_hurd_intern_fd)
libc_hidden_proto (_hurd_fd_error)
libc_hidden_proto (_hurd_fd_error_signal)
-#ifdef _HURD_FD_H_HIDDEN_DEF
+# ifdef _HURD_FD_H_HIDDEN_DEF
libc_hidden_def (_hurd_fd_error)
libc_hidden_def (_hurd_fd_error_signal)
+# endif
#endif
#endif