mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
[AArch64] Fix include.
Fix include to use <>. * sysdeps/aarch64/fpu/fpu_control.h: Use <> in include.
This commit is contained in:
parent
610ee1fc93
commit
0c8a67a573
@ -1,3 +1,7 @@
|
||||
2018-02-15 Wilco Dijkstra <wdijkstr@arm.com>
|
||||
|
||||
* sysdeps/aarch64/fpu/fpu_control.h: Use <> in include.
|
||||
|
||||
2018-02-15 Wilco Dijkstra <wdijkstr@arm.com>
|
||||
|
||||
* math/Makefile: Remove mpexp.c and mplog.c
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef _AARCH64_FPU_CONTROL_H
|
||||
#define _AARCH64_FPU_CONTROL_H
|
||||
|
||||
#include "features.h"
|
||||
#include <features.h>
|
||||
|
||||
/* Macros for accessing the FPCR and FPSR. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user