diff options
Diffstat (limited to 'sysdeps/mach/hurd')
-rw-r--r-- | sysdeps/mach/hurd/libc-tsd.h (renamed from sysdeps/mach/hurd/bits/libc-tsd.h) | 6 | ||||
-rw-r--r-- | sysdeps/mach/hurd/malloc-machine.h | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/mach/hurd/bits/libc-tsd.h b/sysdeps/mach/hurd/libc-tsd.h index 0086154273..821105bcc9 100644 --- a/sysdeps/mach/hurd/bits/libc-tsd.h +++ b/sysdeps/mach/hurd/libc-tsd.h @@ -16,8 +16,8 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ -#ifndef _BITS_LIBC_TSD_H -#define _BITS_LIBC_TSD_H 1 +#ifndef _LIBC_TSD_H +#define _LIBC_TSD_H 1 #include <hurd/threadvar.h> @@ -31,4 +31,4 @@ #define __libc_tsd_set(TYPE, KEY, VALUE) \ (*__libc_tsd_address (TYPE, KEY) = (VALUE)) -#endif /* bits/libc-tsd.h */ +#endif /* libc-tsd.h */ diff --git a/sysdeps/mach/hurd/malloc-machine.h b/sysdeps/mach/hurd/malloc-machine.h index d69d82be8e..ba8b60dee8 100644 --- a/sysdeps/mach/hurd/malloc-machine.h +++ b/sysdeps/mach/hurd/malloc-machine.h @@ -54,7 +54,7 @@ /* 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 */ |