mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-08-31 07:52:05 +00:00
Update kernel
This commit is contained in:
@@ -22,6 +22,16 @@
|
||||
#include <assert.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include <filesystem.hpp>
|
||||
#include "../syscalls.h"
|
||||
|
||||
void TestSeekMacros() /* static assert, no constructor needed */
|
||||
{
|
||||
static_assert(SYSCALL_SEEK_SET == SEEK_SET);
|
||||
static_assert(SYSCALL_SEEK_CUR == SEEK_CUR);
|
||||
static_assert(SYSCALL_SEEK_END == SEEK_END);
|
||||
}
|
||||
|
||||
__constructor void TestMacros()
|
||||
{
|
||||
{
|
||||
|
Reference in New Issue
Block a user