From 490bf3d6e9c82f14c7cee39a7e62a8a7fb0f2dce Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 31 Jan 2000 22:38:04 +0000 Subject: (nanosleep): Guard declaration with `#if ! HAVE_DECL_NANOSLEEP'. --- lib/nanosleep.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/nanosleep.h b/lib/nanosleep.h index be28d7637..92898d361 100644 --- a/lib/nanosleep.h +++ b/lib/nanosleep.h @@ -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 -- cgit v1.2.3-54-g00ecf