summaryrefslogtreecommitdiff
path: root/include/stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdio.h b/include/stdio.h
index a224949b38f..63a1067196e 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -66,6 +66,7 @@ typedef _BSD_SIZE_T_ size_t;
typedef off_t fpos_t;
#else
typedef struct __sfpos {
+ /* LONGLONG */
long long _pos; /* XXX must be the same as off_t */
} fpos_t;
#endif