Skip to content
Snippets Groups Projects
Commit d7aa9cd0 authored by Moritz Angermann's avatar Moritz Angermann
Browse files

Define _POSIX_VDISABLE, if not defined.

parent a2cf40ea
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,12 @@
--
-----------------------------------------------------------------------------
-- see https://android.googlesource.com/platform/bionic/+/9ae59c0/libc/bionic/pathconf.c#37
#if !defined(_POSIX_VDISABLE) && defined(__ANDROID__)
#define _POSIX_VDISABLE -1
#endif
module System.Posix.Terminal.Common (
-- * Terminal support
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment