Loading...
mach/mach_error.c Libc-262.2.12 Libc-320
--- Libc/Libc-262.2.12/mach/mach_error.c
+++ Libc/Libc-320/mach/mach_error.c
@@ -62,6 +62,8 @@
 #include <mach/boolean.h>
 #include "errorlib.h"
 
+int fprintf_stderr(const char *format, ...);
+
 void
 mach_error( str, err )	
 	char	*str;