LibC: Add NAME_MAX (255)

This commit is contained in:
Andreas Kling 2020-10-22 18:58:53 +02:00
commit e590c53a1d
Notes: sideshowbarker 2024-07-19 01:48:11 +09:00

View file

@ -36,6 +36,9 @@
#if !defined MAXPATHLEN && defined PATH_MAX
# define MAXPATHLEN PATH_MAX
#endif
#define NAME_MAX 255
#define PIPE_BUF 4096
#define INT_MAX INT32_MAX