Index: uspace/lib/c/include/time.h
===================================================================
--- uspace/lib/c/include/time.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/lib/c/include/time.h	(revision aab85d90491f3f45f389ff54ed1149c7ec03a816)
@@ -66,5 +66,7 @@
 struct tm {
 	int tm_sec;
+#ifdef _HELENOS_SOURCE
 	int tm_nsec;
+#endif
 	int tm_min;
 	int tm_hour;
@@ -106,4 +108,7 @@
 /* ISO/IEC 9899:2011 7.27.3.5 (1) */
 extern size_t strftime(char *, size_t, const char *, const struct tm *);
+
+
+#ifdef _HELENOS_SOURCE
 
 /*
@@ -154,4 +159,6 @@
 extern void udelay(sysarg_t);
 
+#endif /* _HELENOS_SOURCE */
+
 #ifdef __cplusplus
 }
