Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support mmap-ing dynamic data on win32 #20

Open
GoogleCodeExporter opened this issue Jun 9, 2015 · 5 comments
Open

Support mmap-ing dynamic data on win32 #20

GoogleCodeExporter opened this issue Jun 9, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

As described in issue 19, the current implementation of dynamic data won't work 
in windows because it relies on:
 * from sys/mman.h: mmap(), munmap()
 * from unistd.h: close()

These header files don't exist in vanilla win32 build environments, so 
compatibility is broken. The fix for close() is being implemented in issue 19, 
but the fix for mmap() is less straightforward.

Original issue reported on code.google.com by [email protected] on 13 Aug 2014 at 11:40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant