mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 07:20:11 +00:00
Undef attribute_relro on internal tests that include tls.h
So it does not clash with global definition.
This commit is contained in:
parent
d5eaf6b106
commit
033cbb8ef8
@ -22,6 +22,8 @@
|
||||
#include <string.h>
|
||||
#include <sys/wait.h>
|
||||
#include <stackguard-macros.h>
|
||||
#undef attribute_relro
|
||||
#define attribute_relro
|
||||
#include <tls.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
@ -23,6 +23,8 @@
|
||||
#include <string.h>
|
||||
#include <sys/wait.h>
|
||||
#include <stackguard-macros.h>
|
||||
#undef attribute_relro
|
||||
#define attribute_relro
|
||||
#include <tls.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
@ -24,6 +24,8 @@
|
||||
#include <string.h>
|
||||
#include <sys/wait.h>
|
||||
#include <stackguard-macros.h>
|
||||
#undef attribute_relro
|
||||
#define attribute_relro
|
||||
#include <tls.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user