Loading...
--- Libc/Libc-391/mach/headers/mach_error.h
+++ Libc/Libc-262.3.2/mach/headers/mach_error.h
@@ -2,6 +2,8 @@
* Copyright (c) 1999 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
+ *
+ * Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved.
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
@@ -59,9 +61,6 @@
#include <mach/error.h>
-#include <sys/cdefs.h>
-
-__BEGIN_DECLS
char *mach_error_string(
/*
* Returns a string appropriate to the error argument given
@@ -83,6 +82,5 @@
*/
mach_error_t error_value
);
-__END_DECLS
#endif /* _MACH_ERROR_ */