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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2bdb3ee7dc2548551371f4584040b924a0065da;p=thirdparty%2FPython%2Fcpython.git Typo. HAVE_SYNC -> HAVE_FSYNC --- diff --git a/pyconfig.h.in b/pyconfig.h.in index 6c0a744f32fa..2ab8b9c4fd5b 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