From: Skip Montanaro Date: Thu, 25 Sep 2003 14:50:29 +0000 (+0000) Subject: Typo. HAVE_SYNC -> HAVE_FSYNC X-Git-Tag: v2.4a1~1515 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2bdb3ee7dc2548551371f4584040b924a0065da;p=python Typo. HAVE_SYNC -> HAVE_FSYNC --- diff --git a/pyconfig.h.in b/pyconfig.h.in index 6c0a744f32..2ab8b9c4fd 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -486,7 +486,7 @@ #undef HAVE_SYMLINK /* Define if you have the 'fsync' function. */ -#undef HAVE_SYNC +#undef HAVE_FSYNC /* Define to 1 if you have the `sysconf' function. */ #undef HAVE_SYSCONF