Merge "Remove outdated _FORTIFY_SOURCE #undefs"

This commit is contained in:
Treehugger Robot 2017-07-21 21:35:37 +00:00 committed by Gerrit Code Review
commit 71853ad5c5
6 changed files with 0 additions and 7 deletions

View File

@ -26,7 +26,6 @@
* SUCH DAMAGE.
*/
#undef _FORTIFY_SOURCE
#include <errno.h>
#include <malloc.h>
#include <string.h>

View File

@ -26,7 +26,6 @@
* SUCH DAMAGE.
*/
#undef _FORTIFY_SOURCE
#include <errno.h>
#include <sys/poll.h>
#include <sys/select.h>

View File

@ -26,8 +26,6 @@
* SUCH DAMAGE.
*/
#undef _FORTIFY_SOURCE
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>

View File

@ -26,7 +26,6 @@
* SUCH DAMAGE.
*/
#undef _FORTIFY_SOURCE
#include <sys/socket.h>
ssize_t recv(int socket, void *buf, size_t len, int flags) {

View File

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

View File

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