[Python-bugs-list] [ python-Bugs-812007 ] Wrong symbol for fsync in
2.3.1
SourceForge.net
noreply at sourceforge.net
Wed Sep 24 16:01:14 EDT 2003
Bugs item #812007, was opened at 2003-09-24 15:01
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=812007&group_id=5470
Category: Build
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Matthew Cowles (mdcowles)
Assigned to: Nobody/Anonymous (nobody)
Summary: Wrong symbol for fsync in 2.3.1
Initial Comment:
In 2.3.1, pyconfig.h defines HAVE_SYNC if fsync is present:
/* Define if you have the 'fsync' function. */
#define HAVE_SYNC 1
but posixmodule.c looks for HAVE_FSYNC
#ifdef HAVE_FSYNC
PyDoc_STRVAR(posix_fsync__doc__,
"fsync(fildes)\n\n\
I expect that that's a typo in configure.in.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=812007&group_id=5470
More information about the Python-bugs-list
mailing list