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

* commit '70e1730c38ad91cf65425e29732b5c041dd0cf43':
  Remove _FORTIFY_SOURCE in implementation files.
This commit is contained in:
Stephen Hines 2013-10-02 09:31:56 -07:00 committed by Android Git Automerger
commit 62f95981df
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>