major refactorings

Signed-off-by: kaguya3311 <kaguya3311@national.shitposting.agency>
This commit is contained in:
kaguya
2026-05-18 04:02:59 -04:00
parent f7aa6f913a
commit b28a6bcf29
211 changed files with 17699 additions and 8107 deletions
+1
View File
@@ -6,5 +6,6 @@
#define HOST_NAME_MAX 64
#define NAME_MAX 255
#define OPEN_MAX 256
#define _POSIX_PATH_MAX 256
#endif /*_ABIBITS_LIMITS_H */
@@ -1,8 +0,0 @@
#ifndef _ABIBITS_SIGSET_T_H
#define _ABIBITS_SIGSET_T_H
typedef struct {
unsigned long __sig[1024 / (8 * sizeof(long))];
} sigset_t;
#endif /* _ABIBITS_SIGSET_T_H */