fix up potential printf's with unsafe format strings
[oweals/busybox.git] / libbb / bb_do_delay.c
index aa26aded1751534eb04b1b0267f20196e7891e34..3d52cc562aff3cf656c15af46afa28f4f11f10ba 100644 (file)
@@ -9,7 +9,7 @@
 
 #include "libbb.h"
 
-void bb_do_delay(int seconds)
+void FAST_FUNC bb_do_delay(int seconds)
 {
        time_t start, now;