summaryrefslogtreecommitdiff
path: root/Kernel/API/POSIX/unistd.h
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-08-14 19:07:36 +0200
committerAndreas Kling <kling@serenityos.org>2021-08-14 19:58:11 +0200
commit808ce594db1f2190e5212a250e900bde2ffe710b (patch)
tree4a8876720b3d3533ce6fb7067d9866da991b8610 /Kernel/API/POSIX/unistd.h
parent9c2212a60adba88c0f9bd93a772c5ea7bb9d8106 (diff)
downloadserenity-808ce594db1f2190e5212a250e900bde2ffe710b.zip
Kernel+LibC: Share definitions for stdio.h
Diffstat (limited to 'Kernel/API/POSIX/unistd.h')
-rw-r--r--Kernel/API/POSIX/unistd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Kernel/API/POSIX/unistd.h b/Kernel/API/POSIX/unistd.h
index 2562b923f0..dcdd23aa40 100644
--- a/Kernel/API/POSIX/unistd.h
+++ b/Kernel/API/POSIX/unistd.h
@@ -48,10 +48,6 @@ enum {
#define _SC_GETPW_R_SIZE_MAX _SC_GETPW_R_SIZE_MAX
#define _SC_CLK_TCK _SC_CLK_TCK
-#define SEEK_SET 0
-#define SEEK_CUR 1
-#define SEEK_END 2
-
#ifdef __cplusplus
}
#endif