major refactorings
Signed-off-by: kaguya3311 <kaguya3311@national.shitposting.agency>
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user