summaryrefslogtreecommitdiff
path: root/test/ctype/ctype.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ctype/ctype.c')
-rw-r--r--test/ctype/ctype.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ctype/ctype.c b/test/ctype/ctype.c
index 352b2d2c8..f38f722b2 100644
--- a/test/ctype/ctype.c
+++ b/test/ctype/ctype.c
@@ -56,6 +56,7 @@ int main( int argc, char **argv)
+#ifdef __UCLIBC_SUSV4_LEGACY__
/* isascii() */
{
int buffer[]={ 'a', 'z', 'A', 'Z', '\n', -1};
@@ -71,6 +72,7 @@ int main( int argc, char **argv)
TEST( isascii(c)==0);
}
}
+#endif
/* iscntrl() */