]> granicus.if.org Git - python/commit
For the benefit of SunOS 4.1.4, define MS_SYNC as 0 when it's
authorGuido van Rossum <guido@python.org>
Mon, 25 Sep 2000 13:16:15 +0000 (13:16 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 25 Sep 2000 13:16:15 +0000 (13:16 +0000)
commit4b36e6bde1f44d5b792f9276ee6a80985dda843d
treea5aeabebeec786bb2a4c350c7a7c030add2d59a0
parentcfcea4921865a922744dc168dde5eaccde8fe50b
For the benefit of SunOS 4.1.4, define MS_SYNC as 0 when it's
undefined.  ccording to MvL, this is safe: the MS_SYNC flag means that
msync() returns when all I/O operations are scheduled; without it, it
waits until they are complete, which is acceptable behavior.
Modules/mmapmodule.c