From: Jim Meyering Date: Mon, 31 Jan 2000 22:38:04 +0000 (+0000) Subject: (nanosleep): Guard declaration with `#if ! HAVE_DECL_NANOSLEEP'. X-Git-Tag: SH-UTILS-2_0f~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=490bf3d6e9c82f14c7cee39a7e62a8a7fb0f2dce;p=thirdparty%2Fcoreutils.git (nanosleep): Guard declaration with `#if ! HAVE_DECL_NANOSLEEP'. --- diff --git a/lib/nanosleep.h b/lib/nanosleep.h index be28d7637d..92898d3617 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