Usermode/libposix - Header wrapping, mktemp
[tpg/acess2.git] / Usermode / Libraries / libposix.so_src / include_exp / sys / time.h
index 79e4013..cef859b 100644 (file)
 
 #include <time.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 typedef unsigned long  suseconds_t;
 
 struct timeval
@@ -55,5 +59,9 @@ extern int    gettimeofday(struct timeval *tv, struct timezone *tz);
 // select
 extern int     utimes(const char *, const struct timeval [2]);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif
 

UCC git Repository :: git.ucc.asn.au