Go to the documentation of this file.
20 #pragma GCC system_header
24 #ifndef _GL_SYS_TYPES_H
27 #include_next <sys/types.h>
29 #ifndef _GL_SYS_TYPES_H
30 #define _GL_SYS_TYPES_H
36 # define off_t __int64
38 # define off_t long long int
41 # define _GL_WINDOWS_64_BIT_OFF_T 1
46 #if ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) \
47 && ! defined __GLIBC__