]> git.saurik.com Git - apple/libc.git/blobdiff - mach/headers/mach.h
Libc-320.tar.gz
[apple/libc.git] / mach / headers / mach.h
index 924fee07a67cbcc3df746e7f7ba95c577332d8ea..be81873eabae6b92ca0dd562aaa004a0b18b09eb 100644 (file)
@@ -71,6 +71,9 @@
 #include <mach/mig.h>
 #include <mach/mig_errors.h>
 
+#include <sys/cdefs.h>
+
+__BEGIN_DECLS
 /*
  * Standard prototypes
  */
@@ -126,4 +129,6 @@ extern kern_return_t        clock_sleep(mach_port_t,
                                    int,
                                    mach_timespec_t,
                                    mach_timespec_t *);
+__END_DECLS
+
 #endif /* _MACH_H_ */