mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 05:20:06 +00:00
5df98260fe
* sysdeps/sparc/fpu/fenv_private.h: New file. * sysdeps/sparc/fpu/math_private.h: Use it. (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl): Remove. (libc_feholdexcept_setround, libc_feholdexcept_setroundf, (libc_feholdexcept_setroundl): Remove. (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Remove. (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove. (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
8 lines
153 B
C
8 lines
153 B
C
#ifndef SPARC_MATH_PRIVATE_H
|
|
#define SPARC_MATH_PRIVATE_H 1
|
|
|
|
#include "fenv_private.h"
|
|
#include_next <math_private.h>
|
|
|
|
#endif /* SPARC_MATH_PRIVATE_H */
|