about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/mach/include/lock-intern.h12
-rw-r--r--sysdeps/mach/include/mach.h4
-rw-r--r--sysdeps/mach/include/mach/mig_support.h6
-rw-r--r--sysdeps/mach/include/mach_error.h4
4 files changed, 0 insertions, 26 deletions
diff --git a/sysdeps/mach/include/lock-intern.h b/sysdeps/mach/include/lock-intern.h
deleted file mode 100644
index d0767ab37b..0000000000
--- a/sysdeps/mach/include/lock-intern.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _LOCK_INTERN_H
-#include <mach/lock-intern.h>
-libc_hidden_proto (__spin_lock_locked)
-libc_hidden_proto (__spin_lock)
-libc_hidden_proto (__spin_lock_solid)
-libc_hidden_proto (__spin_unlock)
-libc_hidden_proto (__spin_try_lock)
-libc_hidden_proto (__mutex_init)
-libc_hidden_proto (__mutex_lock)
-libc_hidden_proto (__mutex_unlock)
-libc_hidden_proto (__mutex_trylock)
-#endif
diff --git a/sysdeps/mach/include/mach.h b/sysdeps/mach/include/mach.h
deleted file mode 100644
index 1f77100b6e..0000000000
--- a/sysdeps/mach/include/mach.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#ifndef	_MACH_H
-#include_next <mach.h>
-libc_hidden_proto (__mach_msg_destroy)
-#endif
diff --git a/sysdeps/mach/include/mach/mig_support.h b/sysdeps/mach/include/mach/mig_support.h
deleted file mode 100644
index 7b9015d7e7..0000000000
--- a/sysdeps/mach/include/mach/mig_support.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _MACH_MIG_SUPPORT_H
-#include_next <mach/mig_support.h>
-libc_hidden_proto (__mig_get_reply_port)
-libc_hidden_proto (__mig_dealloc_reply_port)
-libc_hidden_proto (__mig_init)
-#endif
diff --git a/sysdeps/mach/include/mach_error.h b/sysdeps/mach/include/mach_error.h
deleted file mode 100644
index 91463eb672..0000000000
--- a/sysdeps/mach/include/mach_error.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#ifndef	_MACH_ERROR_
-#include_next <mach_error.h>
-libc_hidden_proto (mach_error_type)
-#endif