mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:38:10 +00:00
Kernel: Stub out the SO_DEBUG SOL_SOCKET-level option
This commit is contained in:
parent
e521ffd156
commit
a0e2fedc20
3 changed files with 14 additions and 0 deletions
|
@ -231,3 +231,5 @@ set(WSSCREEN_DEBUG ON)
|
|||
# set(BOCHS_DEBUG_PORT)
|
||||
# False positive: IFF_DEBUG is an ioctl flag
|
||||
# set(IFF_DEBUG)
|
||||
# False positive: SO_DEBUG is a socket option
|
||||
# set(SO_DEBUG)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue