From 48348154aec21430802ec7a6c5928ca01ff2ad1e Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 20 Jul 2016 00:23:14 +0000 Subject: Linux compatibility: Work around the lack of EFTYPE and protect . --- test-EFTYPE.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test-EFTYPE.c (limited to 'test-EFTYPE.c') diff --git a/test-EFTYPE.c b/test-EFTYPE.c new file mode 100644 index 00000000..148f54f7 --- /dev/null +++ b/test-EFTYPE.c @@ -0,0 +1,7 @@ +#include + +int +main(void) +{ + return !EFTYPE; +} -- cgit v1.2.3-56-ge451