1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:47:35 +00:00

Userland: Move HOST_NAME_MAX to limits.h

POSIX mandates its definition there.
This commit is contained in:
Jean-Baptiste Boric 2021-04-25 21:05:02 +02:00 committed by Linus Groh
parent f9d82ecf18
commit b3e070b2f3
4 changed files with 4 additions and 2 deletions

View file

@ -129,8 +129,6 @@ enum {
_PC_VDISABLE
};
#define HOST_NAME_MAX 64
#define R_OK 4
#define W_OK 2
#define X_OK 1