diff options
Diffstat (limited to 'mach/errstring.c')
-rw-r--r-- | mach/errstring.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mach/errstring.c b/mach/errstring.c index c00b02c2a6..3e665e6f7a 100644 --- a/mach/errstring.c +++ b/mach/errstring.c @@ -59,6 +59,7 @@ mach_error_type(mach_error_t err) || sub >= errors[system].max_sub ) return( "(?/?)" ); return( errors[system].subsystem[sub].subsys_name ); } +libc_hidden_def (mach_error_type) boolean_t mach_error_full_diag = FALSE; |