mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
tile: add include <features.h> to <sys/dataplane.h>
We were using __BEGIN_DECLS without <features.h> and it just happened to mostly work, but of course we should include it here.
This commit is contained in:
parent
024bb7b4a2
commit
8927be2b21
@ -1,3 +1,7 @@
|
||||
2012-05-12 Chris Metcalf <cmetcalf@tilera.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/tile/sys/dataplane.h: Add <features.h>.
|
||||
|
||||
2012-05-12 Chris Metcalf <cmetcalf@tilera.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/tile/nptl/clone.S: Add missing CFI.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 2011 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
|
||||
|
||||
@ -19,6 +19,8 @@
|
||||
#ifndef _SYS_DATAPLANE_H
|
||||
#define _SYS_DATAPLANE_H 1
|
||||
|
||||
#include <features.h>
|
||||
|
||||
/* Get the kernel definition for the flag bits. */
|
||||
#include <asm/dataplane.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user