1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 02:30:35 +02:00

(nanosleep): Guard declaration with `#if ! HAVE_DECL_NANOSLEEP'.

This commit is contained in:
Jim Meyering
2000-01-31 22:38:04 +00:00
parent 6ce0ab6d40
commit 490bf3d6e9
+2
View File
@@ -50,8 +50,10 @@ struct timespec
};
# endif
# if ! HAVE_DECL_NANOSLEEP
int
nanosleep PARAMS ((const struct timespec *requested_delay,
struct timespec *remaining_delay));
# endif
#endif