1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

x86: Add missing #include <features.h> to <thread_pointer.h>

It is required for __GNUC_PREREQ.

Reviewed-by: Michael Jeanson <mjeanson@efficios.com>
This commit is contained in:
Florian Weimer
2025-01-09 19:30:41 +01:00
parent 7a3e2e877a
commit 9b71570c46

View File

@ -19,6 +19,8 @@
#ifndef _SYS_THREAD_POINTER_H
#define _SYS_THREAD_POINTER_H
#include <features.h>
static inline void *
__thread_pointer (void)
{