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:
@@ -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. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user