diff options
| author | Ada Christine <adachristine18@gmail.com> | 2024-02-24 00:16:09 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2024-02-24 00:16:09 +0000 |
| commit | a8a62bdba61177342ae38274c8196bc7a7c46fa0 (patch) | |
| tree | 7147b2807cdc96716dde96c0807693ddd366ebb9 /api/posix/unistd.h | |
| parent | aec58be40927ec0b2a0e6742396f880d52ce38b5 (diff) | |
kjarna runtime
Diffstat (limited to 'api/posix/unistd.h')
| -rw-r--r-- | api/posix/unistd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/api/posix/unistd.h b/api/posix/unistd.h index 6bd69f5..e440a4a 100644 --- a/api/posix/unistd.h +++ b/api/posix/unistd.h @@ -6,6 +6,8 @@ enum seek_whence { - SEEK_SET + SEEK_SET, + SEEK_CUR, + SEEK_END }; |
