Merge "Remove _FORTIFY_SOURCE in implementation files."

This commit is contained in:
Stephen Hines 2013-10-02 16:30:15 +00:00 committed by Gerrit Code Review
commit 70e1730c38
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>