Add time() syscall
This commit is contained in:
9
kernel/syscall/time.h
Normal file
9
kernel/syscall/time.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef SYSCALL_TIME_H_
|
||||
#define SYSCALL_TIME_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
int32_t SYSCALL1(sys_time, timestruct1);
|
||||
|
||||
#endif // SYSCALL_TIME_H_
|
||||
Reference in New Issue
Block a user