Skip to content

Commit

Permalink
* sysdeps/mips/fpu/fraiseexcpt.c: Add internal definition.
Browse files Browse the repository at this point in the history
* sysdeps/mips/fpu/fesetenv.c: Likewise.
  • Loading branch information
Andreas Jaeger committed Oct 2, 2002
1 parent b77bb4f commit dc312cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sysdeps/mips/fpu/fesetenv.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ fesetenv (const fenv_t *envp)
/* Success. */
return 0;
}

libm_hidden_def (fesetenv)
2 changes: 2 additions & 0 deletions sysdeps/mips/fpu/fraiseexcpt.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ feraiseexcept (int excepts)

return 0;
}

libm_hidden_def (feraiseexcept)

0 comments on commit dc312cb

Please sign in to comment.