]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
reflect renaming: nanosleep.h -> timespec.h
authorJim Meyering <jim@meyering.net>
Fri, 1 Mar 2002 23:34:23 +0000 (23:34 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 1 Mar 2002 23:34:23 +0000 (23:34 +0000)
src/sleep.c

index 174833328b9fa1e938690df6b31c07247dd4e2e9..f76ee40770fa194cf13e7bd9c9f57e372e0bd0b3 100644 (file)
@@ -1,5 +1,5 @@
 /* sleep - delay for a specified amount of time.
-   Copyright (C) 84, 1991-1997, 1999-2001 Free Software Foundation, Inc.
+   Copyright (C) 84, 1991-1997, 1999-2002 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -34,7 +34,7 @@
 #include "system.h"
 #include "error.h"
 #include "long-options.h"
-#include "nanosleep.h"
+#include "timespec.h"
 #include "xstrtod.h"
 #include "closeout.h"