freeswitch/libs/libtpl-1.5/src/win
Anthony Minessale 4985a41f27 add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
..
Makefile.am add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
Makefile.in add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
README add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
mman.h add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
mmap.c add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00
nonempty.c add tpl to tree (please check win build) 2012-09-13 15:01:01 -05:00

README

This directory contains functions that are missing on the Windows platform.  In
particular, mmap, munmap, and msync are not available on Windows. These
replacements are used on both Cygwin and MinGW. (On Cygwin the built-in mmap
has no write support, and is not used).

mmap.c
mman.h

Special thanks to Horea Haitonic for contributing mmap.c and mman.h.

April 2007