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
/
fegetenv.c
blob
544877b7c3680203b4069af88a67975cc04e6bf0
1
#include
"headers/fegetenv.h"
2
3
void
fegetenv
(
fenv_t
*
envp
)
4
{
5
_fegetenv
(
envp
);
6
}