diff options
Diffstat (limited to 'toys/other/usleep.c')
-rw-r--r-- | toys/other/usleep.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toys/other/usleep.c b/toys/other/usleep.c index 6efc0c16..ff7fe88b 100644 --- a/toys/other/usleep.c +++ b/toys/other/usleep.c @@ -3,8 +3,6 @@ * usleep.c - Wait for a number of microseconds. * * Copyright 2012 Elie De Brauwer <eliedebrauwer@gmail.com> - * - * No standard. USE_USLEEP(NEWTOY(usleep, "<1", TOYFLAG_BIN)) |