config: Remove unused define for os uClibc

__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.

From-SVN: r264783
This commit is contained in:
Bernhard Reutner-Fischer 2018-10-02 14:35:42 +02:00
parent be099f3724
commit 15b946f77d
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,7 @@
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
@ -13,7 +17,7 @@
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.

View File

@ -38,7 +38,4 @@
#include <features.h>
// We must not see the optimized string functions GNU libc defines.
#define __NO_STRING_INLINES
#endif