Files
photon/libc/sys/horizon/system.c

6 lines
81 B
C

_Noreturn void __exit(int code)
{
/* TODO Exit syscall */
while (1) {}
}