diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mach/mach_traps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mach/mach_traps.h b/include/mach/mach_traps.h index d18385d..e6ea3a0 100644 --- a/include/mach/mach_traps.h +++ b/include/mach/mach_traps.h @@ -59,7 +59,7 @@ mach_port_t mach_task_self () { return MACH_PORT_NULL; } #else /* LINTLIBRARY */ - (self); + (void); #endif /* LINTLIBRARY */ mach_port_t mach_host_self |