mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:57:35 +00:00
LibC: Add some missing netinet macros required by OpenSSH
Not used anywhere in Serenity right now, but required for OpenSSH.
This commit is contained in:
parent
f2cc565670
commit
7a558d16b0
2 changed files with 4 additions and 0 deletions
|
@ -25,3 +25,5 @@
|
|||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#define TCP_NODELAY 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue