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:
Chris Metcalf 2012-05-11 18:10:00 -04:00
parent 024bb7b4a2
commit 8927be2b21
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -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>