Skip to content

Commit

Permalink
add unixsocket without real inode
Browse files Browse the repository at this point in the history
  • Loading branch information
lhw committed Dec 2, 2024
1 parent 76c0278 commit c6eced3
Show file tree
Hide file tree
Showing 20 changed files with 916 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: actions-rs/[email protected]
with:
crate: cargo-binutils
version: latest
version: 0.3.5
use-tool-cache: true
- name: Install gcc multilib
run: sudo apt update && sudo apt install -y gcc-multilib
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions-rs/[email protected]
with:
crate: cargo-binutils
version: latest
version: 0.3.5
use-tool-cache: true
- name: Install gcc multilib
run: sudo apt update && sudo apt install -y gcc-multilib
Expand Down
22 changes: 20 additions & 2 deletions Cargo.lock

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

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 c6eced3

Please sign in to comment.