[Python-bugs-list] [ python-Bugs-812007 ] Wrong symbol for fsync in
2.3.1
SourceForge.net
noreply at sourceforge.net
Thu Sep 25 06:22:00 EDT 2003
Bugs item #812007, was opened at 2003-09-24 21:01
Message generated for change (Comment added) made by mwh
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.
----------------------------------------------------------------------
>Comment By: Michael Hudson (mwh)
Date: 2003-09-25 11:22
Message:
Logged In: YES
user_id=6656
I can answer that: yes.
I assume this is a simple typo in configure.in, but if we're
using autconf 2.57 now, I'll need to install that before
checking the fix in...
----------------------------------------------------------------------
Comment By: Michael Hudson (mwh)
Date: 2003-09-25 10:55
Message:
Logged In: YES
user_id=6656
Is this changed since 2.3?
----------------------------------------------------------------------
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