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: signal: Increase chance of handling signal in main thread
[newlib-cygwin.git]
/
libgloss
/
m32r
/
close.c
blob
1e32da4471c8a7978365f9302e0577446e86af1c
1
#include <sys/types.h>
2
#include <sys/stat.h>
3
#include
"syscall.h"
4
#include
"eit.h"
5
6
int
7
_close
(
int
file
)
8
{
9
return
TRAP0
(
SYS_close
,
file
,
0
,
0
);
10
}