Use -fvisibility=hidden to build libm.
Bug: 11156955 Change-Id: I77b7772a44313a1eb3970f5d2c8e2af63690efa4
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
#include <machine/fenv.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
#pragma GCC visibility push(default)
|
||||
|
||||
int feclearexcept(int);
|
||||
int fegetexceptflag(fexcept_t *, int);
|
||||
@@ -64,6 +65,7 @@ int fegetexcept(void);
|
||||
extern const fenv_t __fe_dfl_env;
|
||||
#define FE_DFL_ENV (&__fe_dfl_env)
|
||||
|
||||
#pragma GCC visibility pop
|
||||
__END_DECLS
|
||||
|
||||
#endif /* ! _FENV_H_ */
|
||||
|
||||
Reference in New Issue
Block a user