1 /* vi: set sw=4 ts=4: */
3 * Busybox utility routines.
5 * Copyright (C) 2005 by Tito Ragusa <tito-wolit@tiscali.it>
7 * Licensed under the GPL v2, see the file LICENSE in this tarball.
12 void FAST_FUNC bb_do_delay(int seconds)
18 while (difftime(now, start) < seconds) {