Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/multiprocess_el1' into multipr…
Browse files Browse the repository at this point in the history
…ocess-loopback
  • Loading branch information
lhw committed Dec 15, 2024
2 parents 6f4bf66 + 27bcc5d commit 19fa8e6
Show file tree
Hide file tree
Showing 14 changed files with 984 additions and 39 deletions.
19 changes: 17 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions api/ruxos_posix_api/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ typedef struct {{
let allow_vars = [
"O_.*",
"AF_.*",
"SO_.*",
"SOCK_.*",
"SOL_.*",
"IPPROTO_.*",
"FD_.*",
"F_.*",
Expand Down
1 change: 1 addition & 0 deletions api/ruxos_posix_api/ctypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <unistd.h>
#include <dirent.h>

Expand Down
Loading

0 comments on commit 19fa8e6

Please sign in to comment.