Index: uspace/lib/posix/time.h
===================================================================
--- uspace/lib/posix/time.h	(revision f6cb995de3c31bddccc2c6a818f493944620302a)
+++ uspace/lib/posix/time.h	(revision 56b308ef8e694f7c971ad48610f169a77582c9dc)
@@ -96,5 +96,4 @@
 extern char *posix_asctime_r(const struct tm *restrict timeptr,
     char *restrict buf);
-extern char *posix_ctime(const time_t *timer);
 extern char *posix_ctime_r(const time_t *timer, char *buf);
 
@@ -128,5 +127,4 @@
 
 	#define asctime_r posix_asctime_r
-	#define ctime posix_ctime
 	#define ctime_r posix_ctime_r
 
