diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-20 00:54:18 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-20 01:27:13 +0200 |
| commit | c5896a459543725dbca49ee894fd85b2f105ce6f (patch) | |
| tree | 67d31294058f38462b8dd1913cf2f8693f838f11 /include/mach | |
| parent | 81b032c833a01491dfa35e9fdc5c2d4e523df163 (diff) | |
| download | glibc-c5896a459543725dbca49ee894fd85b2f105ce6f.tar.xz glibc-c5896a459543725dbca49ee894fd85b2f105ce6f.zip | |
Revert "hurd: Fix mach installed headers test"
This reverts commit d4379e0216d01fd1395b1f3b37255e3486760135: the proper
headers are actually already getting installed.
Diffstat (limited to 'include/mach')
| -rw-r--r-- | include/mach/mig_support.h | 8 |
1 files changed, 0 insertions, 8 deletions
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 |
