1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

[ARM] Add support for fenv_private on ARM.

This commit is contained in:
Wilco Dijkstra
2014-04-28 10:53:04 +01:00
committed by Marcus Shawcroft
parent 48332d8220
commit df639d73f4
4 changed files with 267 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
#ifndef _MATH_PRIVATE_H
#include "fenv_private.h"
#include_next <math_private.h>
#endif