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

* commit '62f95981df783575efd44cb4206be7b2cbdfcf1c':
  Remove _FORTIFY_SOURCE in implementation files.
This commit is contained in:
Stephen Hines 2013-10-02 09:33:27 -07:00 committed by Android Git Automerger
commit 9218adc390
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>