Skip to content

Commit f73e589

Browse files
committed
Add support for knight-native in fcntl.c
1 parent fb451f1 commit f73e589

File tree

4 files changed

+2
-0
lines changed

4 files changed

+2
-0
lines changed

fcntl.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#include <riscv64/linux/fcntl.c>
3434
#elif __knight_posix__
3535
#include <knight/linux/fcntl.c>
36+
#elif __knight__
37+
#include <knight/native/fcntl.c>
3638
#else
3739
#error arch not supported
3840
#endif
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)