Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--newlib/libc/include/sys/unistd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/include/sys/unistd.h b/newlib/libc/include/sys/unistd.h
index 216d779d8..807407700 100644
--- a/newlib/libc/include/sys/unistd.h
+++ b/newlib/libc/include/sys/unistd.h
@@ -315,6 +315,10 @@ int unlinkat (int, const char *, int);
# define SEEK_SET 0
# define SEEK_CUR 1
# define SEEK_END 2
+#if __GNU_VISIBLE
+# define SEEK_DATA 3
+# define SEEK_HOLE 4
+#endif
#include <sys/features.h>