X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2Flibposix.so_src%2Finclude_exp%2Fsys%2Ftime.h;h=cef859bbaeff548385f63e7a6fe82173a88ec4e6;hb=e5ee5df5d32c18b7679637056a7301f59ebbfefe;hp=79e40138bf0fead598682fc196efe2d58ed3bb35;hpb=2610c32930309a73308f64731a05f2e83487b731;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/libposix.so_src/include_exp/sys/time.h b/Usermode/Libraries/libposix.so_src/include_exp/sys/time.h index 79e40138..cef859bb 100644 --- a/Usermode/Libraries/libposix.so_src/include_exp/sys/time.h +++ b/Usermode/Libraries/libposix.so_src/include_exp/sys/time.h @@ -10,6 +10,10 @@ #include +#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