1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00

(sync) [!HAVE_SYNC]: New macro.

This commit is contained in:
Paul Eggert
2006-04-12 20:15:08 +00:00
parent eda15d7cca
commit 00e67bf028

View File

@@ -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. */