mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:14:58 +00:00
Kernel+LibC: Add linger to sys/sockets.h
Also adds SO_BROADCAST in UnixTypes.h to match sys/sockets.h. Required by bash 5.1.8.
This commit is contained in:
parent
6eb3bfb171
commit
e3b588a43d
2 changed files with 9 additions and 0 deletions
|
@ -522,6 +522,8 @@ enum {
|
|||
SO_BINDTODEVICE,
|
||||
SO_KEEPALIVE,
|
||||
SO_TIMESTAMP,
|
||||
SO_BROADCAST,
|
||||
SO_LINGER,
|
||||
};
|
||||
|
||||
enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue