__NO_STRING_INLINES was removed from uClibc around 2004 so has no
effect.
libstdc++-v3/ChangeLog:
2018-10-01 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* config/os/uclibc/os_defines.h (__NO_STRING_INLINES): Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@264783
138bc75d-0d04-0410-961f-
82ee72b054a4
+2018-10-01 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
+
+ * config/os/uclibc/os_defines.h (__NO_STRING_INLINES): Delete.
+
2018-10-01 Gerald Pfeifer <gerald@pfeifer.com>
* doc/xml/manual/allocator.xml: Adjust link to "Reconsidering
to https.
2018-09-30 Gerald Pfeifer <gerald@pfeifer.com>
-
+
* doc/xml/manual/policy_data_structures_biblio.xml: Update
link to Microsoft Component Model Object Technologies.
#include <features.h>
-// We must not see the optimized string functions GNU libc defines.
-#define __NO_STRING_INLINES
-
#endif