Usermode/libc - Time formatting, stub locale.h, rename/remove
[tpg/acess2.git] / Usermode / Libraries / libc.so_src / include_exp / time.h
index 4c8d3ea..c06d128 100644 (file)
@@ -55,7 +55,7 @@ extern char *asctime_r(const struct tm *timeptr, char *buf);
 
 //! asctime(localtime(timer))
 extern char *ctime(const time_t *timer);
-extern char *ctime_r(const time_t *timer, struct tm *result);
+extern char *ctime_r(const time_t *timer, char *buf);
 
 //! Convert \a timter into UTC
 extern struct tm *gmtime(const time_t *timer);

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