mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-03 19:39:16 +00:00
feat(userspace/libc): implement functions for porting apps
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -31,4 +31,8 @@ struct sockaddr
|
||||
char sa_data[14];
|
||||
};
|
||||
|
||||
#ifdef _GNU_SOURCE
|
||||
#define SO_PEERCRED 0x1029
|
||||
#endif
|
||||
|
||||
#endif // _BITS_SOCKET_H
|
||||
|
Reference in New Issue
Block a user