Files
KirkOS/ext2_root/usr/include/abi-bits/limits.h
T
kaguya 9a9b91c940 user: implement mlibc as the libc, finally.
It's finally done..

Signed-off-by: kaguya <vpshinomiya@protonmail.com>
2026-05-02 03:31:49 -04:00

10 lines
198 B
C
Executable File

#ifndef _ABIBITS_LIMITS_H
#define _ABIBITS_LIMITS_H
#define IOV_MAX 1024
#define LOGIN_NAME_MAX 256
#define HOST_NAME_MAX 64
#define NAME_MAX 255
#define OPEN_MAX 256
#endif /*_ABIBITS_LIMITS_H */