Rewritten by Manuel Novoa III.
[oweals/busybox.git] / usleep.c
index 92e4437c5d0194c2079d7c78024090c106198a38..6023bf430db3f05cb339bcefebcf3ebf010e9afd 100644 (file)
--- a/usleep.c
+++ b/usleep.c
@@ -21,6 +21,8 @@
  *
  */
 
+/* getopt not needed */
+
 #include <stdlib.h>
 #include <unistd.h>
 #include "busybox.h"