소스 검색

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__