浏览代码

Make fenv methods static on additional platforms.

Tim Besard 4 年之前
父节点
当前提交
63aa8757f3
共有 2 个文件被更改,包括 0 次插入2 次删除
  1. 0 1
      aarch64/fenv.c
  2. 0 1
      powerpc/fenv.c

+ 0 - 1
aarch64/fenv.c

@@ -26,7 +26,6 @@
  * $FreeBSD: src/lib/msun/arm/fenv.c,v 1.3 2011/10/16 05:37:56 das Exp $
  */
 
-#define	__fenv_static
 #include <openlibm_fenv.h>
 
 #ifdef __GNUC_GNU_INLINE__

+ 0 - 1
powerpc/fenv.c

@@ -26,7 +26,6 @@
  * $FreeBSD$
  */
 
-#define	__fenv_static
 #include <openlibm_fenv.h>
 
 #ifdef __GNUC_GNU_INLINE__