diff options
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 }; |
