1
Fork 0
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:
Idan Horowitz 2021-12-02 00:48:09 +02:00 committed by Andreas Kling
parent e521ffd156
commit a0e2fedc20
3 changed files with 14 additions and 0 deletions

View file

@ -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)