diff options
Diffstat (limited to 'lib/mlibc/abis/linux/seek-whence.h')
-rw-r--r-- | lib/mlibc/abis/linux/seek-whence.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/mlibc/abis/linux/seek-whence.h b/lib/mlibc/abis/linux/seek-whence.h new file mode 100644 index 0000000..47a5b0e --- /dev/null +++ b/lib/mlibc/abis/linux/seek-whence.h @@ -0,0 +1,10 @@ +#ifndef _ABIBITS_SEEK_WHENCE_H +#define _ABIBITS_SEEK_WHENCE_H + +#define SEEK_SET 0 +#define SEEK_CUR 1 +#define SEEK_END 2 +#define SEEK_DATA 3 +#define SEEK_HOLE 4 + +#endif // _ABIBITS_SEEK_WHENCE_H |