am 9218adc3: am 62f95981: am 70e1730c: Merge "Remove _FORTIFY_SOURCE in implementation files."

* commit '9218adc3909ee4d549526bba546203c8e1a16344':
  Remove _FORTIFY_SOURCE in implementation files.
This commit is contained in:
Stephen Hines 2013-10-02 09:39:15 -07:00 committed by Android Git Automerger
commit f32a5dc7b1
3 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,7 @@
* SUCH DAMAGE.
*/
#undef _FORTIFY_SOURCE
#include <string.h>
extern "C" char* strchr(const char* p, int ch) {

View File

@ -31,6 +31,7 @@
* SUCH DAMAGE.
*/
#undef _FORTIFY_SOURCE
#include <limits.h>
#include <stdio.h>
#include <string.h>

View File

@ -31,6 +31,7 @@
* SUCH DAMAGE.
*/
#undef _FORTIFY_SOURCE
#include <stdio.h>
#include <string.h>
#include <stdarg.h>