summaryrefslogtreecommitdiff
path: root/nuttx/include/cxx
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/cxx')
-rw-r--r--nuttx/include/cxx/cctype4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/include/cxx/cctype b/nuttx/include/cxx/cctype
index d029544ef..604bc2c23 100644
--- a/nuttx/include/cxx/cctype
+++ b/nuttx/include/cxx/cctype
@@ -44,6 +44,8 @@
// Remove macros in favor of builtin implementations
+#if !defined(CONFIG_UCLIBCXX)
+
#undef isalnum
#undef isalpha
#undef iscntrl
@@ -58,6 +60,8 @@
#undef tolower
#undef toupper
+#endif
+
//***************************************************************************
// Namespace
//***************************************************************************