Skip to content

Commit

Permalink
Merge pull request #145 from lhw2002426/dev
Browse files Browse the repository at this point in the history
add unixsocket without real inode
  • Loading branch information
ken4647 authored Dec 2, 2024
2 parents d5af9ce + c6eced3 commit 4ab23d3
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 4ab23d3

Please sign in to comment.