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
/
fegetround.c
blob
a810aeddfe5c34dddaa618cb4bddf72e3b75c484
1
#include
"headers/fegetround.h"
2
3
int
fegetround
()
4
{
5
return
_fegetround
();
6
}