From 7ca732f0714b3bdace7b2642923a7a0f4919e2d2 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 19 Mar 2015 14:57:29 +0000 Subject: Compat glue needed for Solaris 9 and 10. Thanks to Sevan Janiyan for reporting the Solaris 10 issues, to Jan Holzhueter for some additional insight, and to OpenCSW in general for providing me with a Solaris 9/10/11 testing environment. --- test-isblank.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test-isblank.c (limited to 'test-isblank.c') diff --git a/test-isblank.c b/test-isblank.c new file mode 100644 index 00000000..f91232ac --- /dev/null +++ b/test-isblank.c @@ -0,0 +1,7 @@ +#include + +int +main(void) +{ + return(!isblank(' ') || !isblank('\t') || isblank('_')); +} -- cgit v1.2.3