Skip to content

Commit

Permalink
Add support for knight-native in fcntl.c
Browse files Browse the repository at this point in the history
  • Loading branch information
stikonas committed Oct 9, 2022
1 parent fb451f1 commit f73e589
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fcntl.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
#include <riscv64/linux/fcntl.c>
#elif __knight_posix__
#include <knight/linux/fcntl.c>
#elif __knight__
#include <knight/native/fcntl.c>
#else
#error arch not supported
#endif
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f73e589

Please sign in to comment.