diff options
author | Flavio Cruz <flaviocruz@gmail.com> | 2023-11-19 00:08:47 -0500 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-11-19 10:21:28 +0100 |
commit | 6ae7b5f43d4b13f24606d7108d822e469a96af3d (patch) | |
tree | bde81fd6bed243c3076b0040de6f8754c72cd6d8 /hurd/hurdfault.c | |
parent | f11a92993c45a91c3237733486ce2b8735af2ba0 (diff) | |
download | glibc-6ae7b5f43d4b13f24606d7108d822e469a96af3d.zip glibc-6ae7b5f43d4b13f24606d7108d822e469a96af3d.tar.gz glibc-6ae7b5f43d4b13f24606d7108d822e469a96af3d.tar.bz2 |
Remove untyped mach RPC code.
Existing MiG does not support untyped messages and the Hurd will
continue to use typed messages for the foreseeable future.
Message-ID: <ZVmYX6j4pYNUfqn4@jupiter.tail36e24.ts.net>
Diffstat (limited to 'hurd/hurdfault.c')
-rw-r--r-- | hurd/hurdfault.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hurd/hurdfault.c b/hurd/hurdfault.c index dae889a..1578b88 100644 --- a/hurd/hurdfault.c +++ b/hurd/hurdfault.c @@ -115,10 +115,6 @@ _hurdsig_fault_catch_exception_raise_state_identity #endif -#ifdef NDR_CHAR_ASCII /* OSF Mach flavors have different names. */ -# define mig_reply_header_t mig_reply_error_t -#endif - static void faulted (void) { |