Skip to content
Snippets Groups Projects
Commit 47bcb475 authored by Ben Gamari's avatar Ben Gamari :turtle: Committed by GitHub
Browse files

Merge pull request #90 from zw3rk/feature/android

Define _POSIX_VDISABLE, if not defined.
parents a2cf40ea d7aa9cd0
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,12 @@ ...@@ -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 ( module System.Posix.Terminal.Common (
-- * Terminal support -- * 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