summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-20 00:54:18 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-20 01:27:13 +0200
commitc5896a459543725dbca49ee894fd85b2f105ce6f (patch)
tree67d31294058f38462b8dd1913cf2f8693f838f11 /include
parent81b032c833a01491dfa35e9fdc5c2d4e523df163 (diff)
Revert "hurd: Fix mach installed headers test"
This reverts commit d4379e0216d01fd1395b1f3b37255e3486760135: the proper headers are actually already getting installed.
Diffstat (limited to 'include')
-rw-r--r--include/lock-intern.h14
-rw-r--r--include/mach.h6
-rw-r--r--include/mach/mig_support.h8
-rw-r--r--include/mach_error.h6
4 files changed, 0 insertions, 34 deletions
diff --git a/include/lock-intern.h b/include/lock-intern.h
deleted file mode 100644
index e42ad17be2..0000000000
--- a/include/lock-intern.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef _LOCK_INTERN_H
-#include <mach/lock-intern.h>
-#ifndef _ISOMAC
-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
-#endif
diff --git a/include/mach.h b/include/mach.h
deleted file mode 100644
index b4c2f45240..0000000000
--- a/include/mach.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _MACH_H
-#include_next <mach.h>
-#ifndef _ISOMAC
-libc_hidden_proto (__mach_msg_destroy)
-#endif
-#endif
diff --git a/include/mach/mig_support.h b/include/mach/mig_support.h
deleted file mode 100644
index b027237692..0000000000
--- a/include/mach/mig_support.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef _MACH_MIG_SUPPORT_H
-#include_next <mach/mig_support.h>
-#ifndef _ISOMAC
-libc_hidden_proto (__mig_get_reply_port)
-libc_hidden_proto (__mig_dealloc_reply_port)
-libc_hidden_proto (__mig_init)
-#endif
-#endif
diff --git a/include/mach_error.h b/include/mach_error.h
deleted file mode 100644
index de1c4ca4fe..0000000000
--- a/include/mach_error.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _MACH_ERROR_
-#include_next <mach_error.h>
-#ifndef _ISOMAC
-libc_hidden_proto (mach_error_type)
-#endif
-#endif