meta: move photon/libc to root
This commit is contained in:
7
libc/sys/linux/system.c
Normal file
7
libc/sys/linux/system.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "unistd.h"
|
||||
|
||||
_Noreturn void __exit(int code)
|
||||
{
|
||||
_exit(code);
|
||||
while (1) {}
|
||||
}
|
||||
Reference in New Issue
Block a user