summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2015-10-29 16:38:17 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2015-10-29 16:38:17 +0100
commitc3c6b55517d7d1e217e88d08f3265a5a7d77565a (patch)
tree07ddb1182fbc20eca51ccae1ec2da0b2280e5cba
parent0437af60d3bbf09003f3fd1fdb9993958fcd430d (diff)
hurd: fix type of in-translation function
* hurd/hurd_types.defs (interrupt_t): Fix type of in-translation function.
-rw-r--r--hurd/hurd_types.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurd_types.defs b/hurd/hurd_types.defs
index 5fa59f34..18375001 100644
--- a/hurd/hurd_types.defs
+++ b/hurd/hurd_types.defs
@@ -285,7 +285,7 @@ intran: INTERRUPT_INTRAN
intranpayload: INTERRUPT_INTRAN_PAYLOAD
#else
#ifdef HURD_DEFAULT_PAYLOAD_TO_PORT
-intranpayload: exec_startup_t HURD_DEFAULT_PAYLOAD_TO_PORT
+intranpayload: interrupt_t HURD_DEFAULT_PAYLOAD_TO_PORT
#endif
#endif
#ifdef INTERRUPT_OUTTRAN