mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +00:00
Kernel: Begin fleshing out bind() syscall.
This commit is contained in:
parent
2f35e54f80
commit
77177dbb76
Notes:
sideshowbarker
2024-07-19 15:43:14 +09:00
Author: https://github.com/awesomekling
Commit: 77177dbb76
7 changed files with 57 additions and 5 deletions
|
@ -314,6 +314,7 @@ struct sockaddr {
|
|||
char sa_data[14];
|
||||
};
|
||||
|
||||
#define S_IFSOCK 0140000
|
||||
#define UNIX_PATH_MAX 108
|
||||
|
||||
struct sockaddr_un {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue