diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/mips/fpu/fclrexcpt.c | 2 | ||||
-rw-r--r-- | sysdeps/mips/fpu/fegetenv.c | 2 | ||||
-rw-r--r-- | sysdeps/mips/fpu/fesetenv.c | 2 | ||||
-rw-r--r-- | sysdeps/mips/fpu/feupdateenv.c | 2 | ||||
-rw-r--r-- | sysdeps/mips/fpu/fgetexcptflg.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sysdeps/mips/fpu/fclrexcpt.c b/sysdeps/mips/fpu/fclrexcpt.c index 62bb8b1..9ed8486 100644 --- a/sysdeps/mips/fpu/fclrexcpt.c +++ b/sysdeps/mips/fpu/fclrexcpt.c @@ -42,7 +42,7 @@ __feclearexcept (int excepts) /* Success. */ return 0; } -#ifdef SHLIB_COMPAT (libm, GLIBC_2_1, GLIBC_2_2) +#if SHLIB_COMPAT (libm, GLIBC_2_1, GLIBC_2_2) strong_alias (__feclearexcept, __old_feclearexcept) compat_symbol (libm, __old_feclearexcept, feclearexcept, GLIBC_2_1); #endif diff --git a/sysdeps/mips/fpu/fegetenv.c b/sysdeps/mips/fpu/fegetenv.c index d3ba0db..5882305 100644 --- a/sysdeps/mips/fpu/fegetenv.c +++ b/sysdeps/mips/fpu/fegetenv.c @@ -30,7 +30,7 @@ __fegetenv (fenv_t *envp) /* Success. */ return 0; } -#ifdef SHLIB_COMPAT (libm, GLIBC_2_1, GLIBC_2_2) +#if SHLIB_COMPAT (libm, GLIBC_2_1, GLIBC_2_2) strong_alias (__fegetenv, __old_fegetenv) compat_symbol (libm, __old_fegetenv, fegetenv, GLIBC_2_1); #endif diff --git a/sysdeps/mips/fpu/fesetenv.c b/sysdeps/mips/fpu/fesetenv.c index f409ac5..7ae688a 100644 --- a/sysdeps/mips/fpu/fesetenv.c +++ b/sysdeps/mips/fpu/fesetenv.c @@ -33,7 +33,7 @@ __fesetenv (const fenv_t *envp) /* Success. */ return 0; } -#ifdef SHLIB_COMPAT (libm, GLIBC_2_1, GLIBC_2_2) +#if SHLIB_COMPAT (libm, GLIBC_2_1, GLIBC_2_2) strong_alias (__fesetenv, __old_fesetenv) compat_symbol (libm, __old_fesetenv, fesetenv, GLIBC_2_1); #endif diff --git a/sysdeps/mips/fpu/feupdateenv.c b/sysdeps/mips/fpu/feupdateenv.c index 4394059..86ba6f9 100644 --- a/sysdeps/mips/fpu/feupdateenv.c +++ b/sysdeps/mips/fpu/feupdateenv.c @@ -42,7 +42,7 @@ __feupdateenv (const fenv_t *envp) /* Success. */ return 0; } -#ifdef SHLIB_COMPAT (libm, GLIBC_2_1, GLIBC_2_2) +#if SHLIB_COMPAT (libm, GLIBC_2_1, GLIBC_2_2) strong_alias (__feupdateenv, __old_feupdateenv) compat_symbol (libm, __old_feupdateenv, feupdateenv, GLIBC_2_1); #endif diff --git a/sysdeps/mips/fpu/fgetexcptflg.c b/sysdeps/mips/fpu/fgetexcptflg.c index 17696db..0f7fea3 100644 --- a/sysdeps/mips/fpu/fgetexcptflg.c +++ b/sysdeps/mips/fpu/fgetexcptflg.c @@ -35,7 +35,7 @@ __fegetexceptflag (fexcept_t *flagp, int excepts) /* Success. */ return 0; } -#ifdef SHLIB_COMPAT (libm, GLIBC_2_1, GLIBC_2_2) +#if SHLIB_COMPAT (libm, GLIBC_2_1, GLIBC_2_2) strong_alias (__fegetexceptflag, __old_fegetexceptflag) compat_symbol (libm, __old_fegetexceptflag, fegetexceptflag, GLIBC_2_1); #endif |