1
Fork 0
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:
Luke 2021-07-29 17:18:19 +01:00 committed by Linus Groh
parent 6eb3bfb171
commit e3b588a43d
2 changed files with 9 additions and 0 deletions

View file

@ -522,6 +522,8 @@ enum {
SO_BINDTODEVICE,
SO_KEEPALIVE,
SO_TIMESTAMP,
SO_BROADCAST,
SO_LINGER,
};
enum {