Index: uspace/lib/c/include/sys/time.h
===================================================================
--- uspace/lib/c/include/sys/time.h	(revision 2568c94738140fd4f5f3170b8368fb126a30b7e2)
+++ uspace/lib/c/include/sys/time.h	(revision 2e6293bcbe4e0a98e83e1721f52fb0b74611caed)
@@ -81,9 +81,9 @@
 
 extern time_t mktime(struct tm *tm);
-extern int utctime2tm(const time_t time, struct tm *result);
-extern int utctime2str(const time_t time, char *buf);
-extern void tm2str(const struct tm *timeptr, char *buf);
-extern int localtime2tm(const time_t time, struct tm *result);
-extern int localtime2str(const time_t time, char *buf);
+extern int time_utc2tm(const time_t time, struct tm *result);
+extern int time_utc2str(const time_t time, char *buf);
+extern void time_tm2str(const struct tm *timeptr, char *buf);
+extern int time_local2tm(const time_t time, struct tm *result);
+extern int time_local2str(const time_t time, char *buf);
 extern double difftime(time_t time1, time_t time0);
 extern size_t strftime(char *restrict s, size_t maxsize,
