aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/stdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdio.h b/include/stdio.h
index 99773885f1f5..73e92a5462c7 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -338,7 +338,7 @@ int ferror_unlocked(FILE *);
int fileno_unlocked(FILE *);
#endif
-#if __POSIX_VISIBLE >= 200112
+#if __POSIX_VISIBLE >= 200112 || __XSI_VISIBLE >= 500
int fseeko(FILE *, __off_t, int);
__off_t ftello(FILE *);
#endif