Skip to content

Commit

Permalink
Include sys/syscall.h to get __NR_open and others defined on
Browse files Browse the repository at this point in the history
linux/arm64.
  • Loading branch information
sobomax committed Dec 12, 2024
1 parent b500788 commit b288a32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bsd-user/linux/os-syscall.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
#include <sys/mount.h>
#if !defined(__linux__)
#include <sys/sysctl.h>
#else
#include <sys/syscall.h>
#endif
#include <poll.h>

Expand Down

0 comments on commit b288a32

Please sign in to comment.