try to handle exec-gp2xmenu exit
[ginge.git] / loader / llibc.h
index 5381972..5bcd4ea 100644 (file)
@@ -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);