mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-05-27 15:04:25 +00:00
8 lines
69 B
C
8 lines
69 B
C
|
|
#include "../../../Kernel/syscalls.h"
|
|
|
|
int stub()
|
|
{
|
|
return 0;
|
|
}
|