mirror of https://github.com/python/cpython
Typo. HAVE_SYNC -> HAVE_FSYNC
This commit is contained in:
parent
6dead955a4
commit
b2bdb3ee7d
|
@ -486,7 +486,7 @@
|
||||||
#undef HAVE_SYMLINK
|
#undef HAVE_SYMLINK
|
||||||
|
|
||||||
/* Define if you have the 'fsync' function. */
|
/* Define if you have the 'fsync' function. */
|
||||||
#undef HAVE_SYNC
|
#undef HAVE_FSYNC
|
||||||
|
|
||||||
/* Define to 1 if you have the `sysconf' function. */
|
/* Define to 1 if you have the `sysconf' function. */
|
||||||
#undef HAVE_SYSCONF
|
#undef HAVE_SYSCONF
|
||||||
|
|
Loading…
Reference in New Issue