X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=loader%2Fllibc.h;h=5bcd4ea2b2adc8d20290ca12c297e574befb5e8b;hp=5381972e40e6448ac61a585394db1b93c65ef7f3;hb=7868435641e4209e956a591ff0844afc14f83f16;hpb=d0b9b0df7ed0dc36aabe30e2d584c27c8c32a3d9 diff --git a/loader/llibc.h b/loader/llibc.h index 5381972..5bcd4ea 100644 --- a/loader/llibc.h +++ b/loader/llibc.h @@ -3,5 +3,3 @@ void g_fprintf(int fd, const char *fmt, ...) #define g_printf(fmt, ...) \ g_fprintf(1, fmt, ##__VA_ARGS__) - -void g_sleep(unsigned int seconds);