diff options
| author | Ada Christine <adachristine18@gmail.com> | 2024-02-11 23:48:04 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2024-02-11 23:48:04 +0000 |
| commit | 3f9278b48ff4bc0d2cf1604034b3bba548572f04 (patch) | |
| tree | dbdabed3ff580079d2e21045d2cbc5b274c2e418 /api/posix/sys | |
| parent | 9fbfc6e951e565ef98c49c1dcfc4b6a39514f17d (diff) | |
kjarna initial impl
Diffstat (limited to 'api/posix/sys')
| -rw-r--r-- | api/posix/sys/types.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/api/posix/sys/types.h b/api/posix/sys/types.h new file mode 100644 index 0000000..2be0ef8 --- /dev/null +++ b/api/posix/sys/types.h @@ -0,0 +1,7 @@ +#pragma once + +#include <stdint.h> + +typedef int64_t ssize_t; +typedef int64_t off_t; + |
