Kernel/LibC: Implement FIONREAD for tcp and udp sockets

This commit is contained in:
2025-08-08 01:14:11 +03:00
parent 009b073892
commit 5b587d199e
5 changed files with 40 additions and 1 deletions

View File

@@ -37,6 +37,8 @@ __BEGIN_DECLS
#define KDLOADFONT 30
#define FIONREAD 40 /* get number of input bytes available */
struct winsize
{
unsigned short ws_row;