Skip to content

Commit 63aa875

Browse files
committed
Make fenv methods static on additional platforms.
1 parent 3cb8045 commit 63aa875

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

aarch64/fenv.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
* $FreeBSD: src/lib/msun/arm/fenv.c,v 1.3 2011/10/16 05:37:56 das Exp $
2727
*/
2828

29-
#define __fenv_static
3029
#include <openlibm_fenv.h>
3130

3231
#ifdef __GNUC_GNU_INLINE__

powerpc/fenv.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
* $FreeBSD$
2727
*/
2828

29-
#define __fenv_static
3029
#include <openlibm_fenv.h>
3130

3231
#ifdef __GNUC_GNU_INLINE__

0 commit comments

Comments
 (0)