From 00e67bf028509d787e1ae3001adeca1a301b225c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 12 Apr 2006 20:15:08 +0000 Subject: [PATCH] (sync) [!HAVE_SYNC]: New macro. --- src/system.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/system.h b/src/system.h index 09b94c13c7..ab4826682e 100644 --- a/src/system.h +++ b/src/system.h @@ -765,6 +765,10 @@ enum : (errno = EOVERFLOW, -1)) #endif +#if ! HAVE_SYNC +# define sync() /* empty */ +#endif + /* Compute the greatest common divisor of U and V using Euclid's algorithm. U and V must be nonzero. */ -- 2.47.2