mirror of https://git.musl-libc.org/git/musl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
250 B
15 lines
250 B
#undef MAXSYMLINKS
|
|
#define MAXSYMLINKS 20
|
|
|
|
#undef MAXHOSTNAMELEN
|
|
#define MAXHOSTNAMELEN 64
|
|
|
|
#undef MAXNAMLEN
|
|
#define MAXNAMLEN NAME_MAX
|
|
|
|
#undef MAXPATHLEN
|
|
#define MAXPATHLEN PATH_MAX
|
|
|
|
#include <sys/resource.h>
|
|
#include <endian.h>
|
|
#include <limits.h>
|
|
|