summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.s/exit.S
blob: 89d3145e93f404d92760b1383830676879ce8906 (plain)
1
2
3
4
5
6
#include "syscalls.h"

.text
.weak exit
exit:
syscall(exit,_exit)