Index: uspace/lib/c/generic/time.c
===================================================================
--- uspace/lib/c/generic/time.c	(revision 6119f247f3183c16bdfe692a5c235f69d6c726ff)
+++ uspace/lib/c/generic/time.c	(revision e765ccb6cde2fa56a59892f7298c9f2a0ec6e244)
@@ -207,4 +207,10 @@
 }
 
+void udelay(useconds_t time)
+{
+	(void) __SYSCALL1(SYS_THREAD_UDELAY, (sysarg_t) time);
+}
+
+
 /** Wait unconditionally for specified number of seconds
  *
