Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 712 → Rev 713

/uspace/trunk/libc/generic/libc.c
29,8 → 29,13
#include <libc.h>
#include <unistd.h>
 
void _exit(int status) {
__SYSCALL0(SYS_CTL);
}
 
void __main(void) {
}
 
void __exit(void) {
_exit(0);
}