summaryrefslogtreecommitdiff
path: root/include/mach/mach_traps.h
diff options
context:
space:
mode:
authorArne Babenhauserheide <arne_bab@web.de>2011-04-18 22:13:35 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-04-18 22:14:19 +0200
commitf1f7313e73ae48157f2cba731f7f81d8af461b40 (patch)
treeb69e65f1d51d79c937edd34e4021dbcb61be6a0c /include/mach/mach_traps.h
parent81ec2361de5a7390d303c5ae478fc27b891e055d (diff)
Removed deprecated LINTLIBRARY #ifdefs
mach/mach_traps.h: Removed LINTLIBRARY #ifdefs. mach/message.h: Removed LINTLIBRARY #ifdefs.
Diffstat (limited to 'include/mach/mach_traps.h')
-rw-r--r--include/mach/mach_traps.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/mach/mach_traps.h b/include/mach/mach_traps.h
index e6ea3a0..0433707 100644
--- a/include/mach/mach_traps.h
+++ b/include/mach/mach_traps.h
@@ -36,38 +36,18 @@
#include <mach/port.h>
mach_port_t mach_reply_port
-#ifdef LINTLIBRARY
- ()
- { return MACH_PORT_NULL; }
-#else /* LINTLIBRARY */
(void);
-#endif /* LINTLIBRARY */
mach_port_t mach_thread_self
-#ifdef LINTLIBRARY
- ()
- { return MACH_PORT_NULL; }
-#else /* LINTLIBRARY */
(void);
-#endif /* LINTLIBRARY */
#ifdef __386BSD__
#undef mach_task_self
#endif
mach_port_t mach_task_self
-#ifdef LINTLIBRARY
- ()
- { return MACH_PORT_NULL; }
-#else /* LINTLIBRARY */
(void);
-#endif /* LINTLIBRARY */
mach_port_t mach_host_self
-#ifdef LINTLIBRARY
- ()
- { return MACH_PORT_NULL; }
-#else /* LINTLIBRARY */
(void);
-#endif /* LINTLIBRARY */
#endif /* _MACH_MACH_TRAPS_H_ */