LibC: Fix netinet/in.h and arpa/inet.h definitions

This commit is contained in:
2025-05-20 19:08:57 +03:00
parent 6be3b1d7f2
commit ddcf414107
6 changed files with 47 additions and 22 deletions

View File

@@ -14,7 +14,7 @@ __BEGIN_DECLS
#include <sys/uio.h>
#include <bits/types/sa_family_t.h>
typedef long socklen_t;
#include <bits/types/socklen_t.h>
#if !defined(FILENAME_MAX)
#define FILENAME_MAX 256