Kernel: Begin fleshing out bind() syscall.

This commit is contained in:
Andreas Kling 2019-02-14 14:38:30 +01:00
commit 77177dbb76
Notes: sideshowbarker 2024-07-19 15:43:14 +09:00
7 changed files with 57 additions and 5 deletions

View file

@ -314,6 +314,7 @@ struct sockaddr {
char sa_data[14];
};
#define S_IFSOCK 0140000
#define UNIX_PATH_MAX 108
struct sockaddr_un {