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 Nov 27, 2024
1 parent 76c0278 commit 2927123
Show file tree
Hide file tree
Showing 18 changed files with 918 additions and 47 deletions.
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 2927123

Please sign in to comment.