diff options
Diffstat (limited to 'sysdeps/nptl')
-rw-r--r-- | sysdeps/nptl/malloc-machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/nptl/malloc-machine.h b/sysdeps/nptl/malloc-machine.h index 27c9911d17..a3d10892bf 100644 --- a/sysdeps/nptl/malloc-machine.h +++ b/sysdeps/nptl/malloc-machine.h @@ -60,7 +60,7 @@ extern void *__dso_handle __attribute__ ((__weak__)); /* thread specific data for glibc */ -#include <bits/libc-tsd.h> +#include <libc-tsd.h> typedef int tsd_key_t[1]; /* no key data structure, libc magic does it */ __libc_tsd_define (static, void *, MALLOC) /* declaration/common definition */ |