diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-11 18:08:55 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-11 18:08:55 +0100 |
| commit | 6e40a34fef4b4b140442cc34408b2442043eba21 (patch) | |
| tree | acae1f3828a067e66683bb349054d9c7e7cf8842 /lib/sys | |
| parent | 05cf1511dfcde10717894bab2004150ad43cca3f (diff) | |
chagne system structure and fix env
Diffstat (limited to 'lib/sys')
| -rw-r--r-- | lib/sys/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sys/types.h b/lib/sys/types.h index 0aafec5..de8ce80 100644 --- a/lib/sys/types.h +++ b/lib/sys/types.h @@ -3,6 +3,8 @@ #include "sizes.h" +#define BUFSIZ 16384 + typedef u64 dev_t; typedef u32 mode_t; |