get rid of some libc deps
[ginge.git] / loader / llibc.c
index 484b52d..7885372 100644 (file)
@@ -199,10 +199,4 @@ void g_fprintf(int fd, const char *fmt, ...)
   g_write_raw(fd, buf, d - buf);
 }
 
-void g_sleep(unsigned int seconds)
-{
-  struct timespec ts = { seconds, 0 };
-  g_nanosleep_raw(&ts, NULL);
-}
-
 // vim:shiftwidth=2:expandtab