repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git]
/
newlib
/
libm
/
machine
/
spu
/
fesetenv.c
blob
18751137787d530ddc532497c23560b76aff1fd1
1
#include
"headers/fesetenv.h"
2
3
void
fesetenv
(
const
fenv_t
*
envp
)
4
{
5
_fesetenv
(
envp
);
6
}