From b2bdb3ee7dc2548551371f4584040b924a0065da Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Thu, 25 Sep 2003 14:50:29 +0000 Subject: Typo. HAVE_SYNC -> HAVE_FSYNC --- pyconfig.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyconfig.h.in b/pyconfig.h.in index 6c0a744..2ab8b9c 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 -- cgit v0.12