comparison toys/sleep.c @ 234:163498bf547b

Move NEWTOY() list from end of toylist.h to generated/newtoys.h.
author Rob Landley <rob@landley.net>
date Sat, 19 Jan 2008 17:43:27 -0600
parents d4176f3f3835
children 7cb15eae1664
comparison
equal deleted inserted replaced
233:d4176f3f3835 234:163498bf547b
3 * sleep.c - Wait for a number of seconds. 3 * sleep.c - Wait for a number of seconds.
4 * 4 *
5 * Copyright 2007 Rob Landley <rob@landley.net> 5 * Copyright 2007 Rob Landley <rob@landley.net>
6 * 6 *
7 * See http://www.opengroup.org/onlinepubs/009695399/utilities/sleep.html 7 * See http://www.opengroup.org/onlinepubs/009695399/utilities/sleep.html
8
9 USE_SLEEP(NEWTOY(sleep, "<1", TOYFLAG_BIN))
8 10
9 config SLEEP 11 config SLEEP
10 bool "sleep" 12 bool "sleep"
11 default y 13 default y
12 help 14 help