This commit is contained in:
Andrey A. Chernov 1997-10-17 09:40:08 +00:00
parent 8cfedef0e6
commit c717c2d74c

View File

@ -32,7 +32,11 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)usleep.c 8.1 (Berkeley) 6/4/93";
#endif
static char rcsid[] =
"$Id$";
#endif /* LIBC_SCCS and not lint */
#include <time.h>