]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added fsync() and fdatasync(). Patches by Scott Cotton. Requires
authorGuido van Rossum <guido@python.org>
Fri, 8 Jan 1999 21:05:37 +0000 (21:05 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 8 Jan 1999 21:05:37 +0000 (21:05 +0000)
commit21142a09f373b96437bb0969f601e900766a3cb9
tree95e45018fafe5855b7512637d2a825c4daa581c0
parent302331a3b6544c28a7c4d420fab18f397c844e80
Added fsync() and fdatasync().  Patches by Scott Cotton.  Requires
HAVE_* macros set by configure script.
Modules/posixmodule.c