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