summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/posix/unistd.h4
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
};