Re: ntdll: make msync() call asynchronous in NtFlushVirtualMemory (try 3)
20 Jun
2013
20 Jun
'13
12:14 p.m.
Mathis Beer <default_357-line(a)yahoo.de> writes:
As such, this patch changes msync to be called asynchronously.
This is revision three of this patch. It leaves the original #define MS_SYNC 0 in place and instead changes NtFlushVirtualMemory to use MS_ASYNC only if mman.h was found earlier. (It also adds comments)
That doesn't make sense, all interesting platforms have mman.h, that doesn't imply they have MS_ASYNC. It may well be that nowadays they all have MS_ASYNC too, so we could use it unconditionally and see if someone reports breakage. This will have to wait until after code freeze though. -- Alexandre Julliard julliard(a)winehq.org
4557
Age (days ago)
4557
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard