os_defines.h: Remove superfluous __NO_STRING_INLINES.

2009-02-02  Benjamin Kosnik  <bkoz@redhat.com>

	* config/os/gnu-linux/os_defines.h: Remove superfluous
	__NO_STRING_INLINES.

From-SVN: r143883
This commit is contained in:
Benjamin Kosnik 2009-02-02 22:07:48 +00:00 committed by Benjamin Kosnik
parent 965fdadfed
commit 2319eb4e23
2 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2009-02-02 Benjamin Kosnik <bkoz@redhat.com>
* config/os/gnu-linux/os_defines.h: Remove superfluous
__NO_STRING_INLINES.
2009-02-02 Jakub Jelinek <jakub@redhat.com>
* testsuite/21_strings/c_strings/char/3.cc: New test.

View File

@ -1,6 +1,6 @@
// Specific definitions for GNU/Linux -*- C++ -*-
// Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
// Copyright (C) 2000, 2001, 2002, 2003, 2009 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
@ -43,9 +43,4 @@
#include <features.h>
// We must not see the optimized string functions GNU libc defines.
#if defined __GLIBC__ && __GLIBC__ >= 2
#define __NO_STRING_INLINES
#endif
#endif