Usermode - POSIX and C conformance changes
[tpg/acess2.git] / Usermode / Libraries / libc.so_src / include_exp / time.h
index 5d728ce..ce69326 100644 (file)
@@ -28,7 +28,9 @@ struct tm
 
 typedef signed long long       clock_t;
 
-extern clock_t clock();
+extern clock_t clock(void);
+
+extern time_t  time(time_t *t);
 
 #endif
 

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