mirror of git://sourceware.org/git/glibc.git
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:
parent
7a3e2e877a
commit
9b71570c46
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue