mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01: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:
parent
7a3e2e877a
commit
9b71570c46
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@
|
|||
#ifndef _SYS_THREAD_POINTER_H
|
||||
#define _SYS_THREAD_POINTER_H
|
||||
|
||||
#include <features.h>
|
||||
|
||||
static inline void *
|
||||
__thread_pointer (void)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue