diff options
Diffstat (limited to 'nptl/tst-tls4moda.c')
-rw-r--r-- | nptl/tst-tls4moda.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/nptl/tst-tls4moda.c b/nptl/tst-tls4moda.c index da902d9d61..cd44f4ec98 100644 --- a/nptl/tst-tls4moda.c +++ b/nptl/tst-tls4moda.c @@ -16,11 +16,8 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ -#include <stdio.h> +#include <stddef.h> #include <stdlib.h> -#include <unistd.h> -#include <tls.h> - static __thread unsigned char foo [32] __attribute__ ((tls_model ("initial-exec"), aligned (sizeof (void *)))); |