diff options
Diffstat (limited to 'nptl/tst-tls4modb.c')
-rw-r--r-- | nptl/tst-tls4modb.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/nptl/tst-tls4modb.c b/nptl/tst-tls4modb.c index ebb1e53402..a0b1f623cb 100644 --- a/nptl/tst-tls4modb.c +++ b/nptl/tst-tls4modb.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 int i; int bar; |