X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=loader%2Fllibc.c;h=788537234aed758e8804e34d030ffcde34ef87d4;hp=484b52dc213b2a2a75c81f935ab109beffa54347;hb=b4f4cb40a6f3f4ecc05c7b6c8f2e852282234519;hpb=d0b9b0df7ed0dc36aabe30e2d584c27c8c32a3d9 diff --git a/loader/llibc.c b/loader/llibc.c index 484b52d..7885372 100644 --- a/loader/llibc.c +++ b/loader/llibc.c @@ -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