Index: uspace/lib/c/generic/fibril_synch.c
===================================================================
--- uspace/lib/c/generic/fibril_synch.c	(revision 47c9a8c8f9297a115c8e45925ea8c045857037bb)
+++ uspace/lib/c/generic/fibril_synch.c	(revision a05f2af2f058ddcf89958654f2feb3db043e5a3d)
@@ -379,5 +379,5 @@
 	futex_down(&async_futex);
 	if (timeout) {
-		gettimeofday(&wdata.to_event.expires, NULL);
+		getuptime(&wdata.to_event.expires);
 		tv_add(&wdata.to_event.expires, timeout);
 		async_insert_timeout(&wdata);
