diff options
Diffstat (limited to 'os/port')
| -rw-r--r-- | os/port/lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/port/lib.h b/os/port/lib.h index 0233dc72..d6af4fa5 100644 --- a/os/port/lib.h +++ b/os/port/lib.h @@ -160,6 +160,7 @@ typedef struct Qid Qid; typedef struct Dir Dir; typedef struct Waitmsg Waitmsg; +#define STATMAX 65535U /* max length of machine-independent stat structure */ #define ERRMAX 128 /* max length of error string */ #define KNAMELEN 28 /* max length of name held in kernel */ |
