Expose more POSIX functions on Mingw.

This commit is contained in:
Nikolay Igotti
2019-10-31 16:30:27 +03:00
committed by Nikolay Igotti
parent 02e53f95f8
commit 55d4f3efac
@@ -5,6 +5,7 @@ headers = assert.h complex.h ctype.h dirent.h errno.h fcntl.h \
setjmp.h signal.h stdint.h stdio.h stdlib.h string.h \
time.h uchar.h unistd.h utime.h wchar.h wctype.h
noStringConversion = send sendto recv
compilerOpts = -DUNICODE -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DWINAPI_FAMILY=3 -DOEMRESOURCE -D_POSIX_C_SOURCE=1
linkerOpts = -lWs2_32
---