legacy junk compatibility grab-bag
[musl] / include / time.h
index ddfad58..98d0111 100644 (file)
@@ -108,6 +108,11 @@ struct tm *getdate (const char *);
 #endif
 
 
+#if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE)
+int stime(time_t *);
+#endif
+
+
 #ifdef __cplusplus
 }
 #endif