mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +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:
@@ -19,6 +19,8 @@
|
|||||||
#ifndef _SYS_THREAD_POINTER_H
|
#ifndef _SYS_THREAD_POINTER_H
|
||||||
#define _SYS_THREAD_POINTER_H
|
#define _SYS_THREAD_POINTER_H
|
||||||
|
|
||||||
|
#include <features.h>
|
||||||
|
|
||||||
static inline void *
|
static inline void *
|
||||||
__thread_pointer (void)
|
__thread_pointer (void)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user