X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=coreutils%2Fusleep.c;h=9dd643f924688956e33a2901ee09f1b33586edd8;hb=e135a5d746c4f163f191e12b527636b0345e1456;hp=f570f273446e0a8bd5964052aff475597e769985;hpb=cad5364599eb5062d59e0c397ed638ddd61a8d5d;p=oweals%2Fbusybox.git diff --git a/coreutils/usleep.c b/coreutils/usleep.c index f570f2734..9dd643f92 100644 --- a/coreutils/usleep.c +++ b/coreutils/usleep.c @@ -27,7 +27,7 @@ #include #include "busybox.h" -extern int usleep_main(int argc, char **argv) +int usleep_main(int argc, char **argv) { if (argc != 2) { bb_show_usage();