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: cygwin_GetCommandLineW/A: don't rely on __argv[0] content
[newlib-cygwin.git]
/
libgloss
/
m32r
/
exit.c
blob
63a64b718c7f7aea19545670e5e5f503016b91ef
1
#include <sys/types.h>
2
#include <sys/stat.h>
3
#include
"syscall.h"
4
#include
"eit.h"
5
6
void
7
_exit
(
int
n
)
8
{
9
TRAP0
(
SYS_exit
,
n
,
0
,
0
);
10
}