meta: move photon/libc to root
This commit is contained in:
14
libc/sys/horizon/__system.h
Normal file
14
libc/sys/horizon/__system.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef SYS_LINUX___SYSTEM_H_
|
||||
#define SYS_LINUX___SYSTEM_H_
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern _Noreturn void __exit(int code);
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user