summaryrefslogtreecommitdiff
path: root/include/alltypes.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/alltypes.h.in')
-rw-r--r--include/alltypes.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/alltypes.h.in b/include/alltypes.h.in
index 94aa2089..d47aeea9 100644
--- a/include/alltypes.h.in
+++ b/include/alltypes.h.in
@@ -1,5 +1,6 @@
#define __LITTLE_ENDIAN 1234
#define __BIG_ENDIAN 4321
+#define __USE_TIME_BITS64 1
TYPEDEF unsigned _Addr size_t;
TYPEDEF unsigned _Addr uintptr_t;
@@ -76,6 +77,8 @@ TYPEDEF struct __sigset_t { unsigned long __bits[128/sizeof(long)]; } sigset_t;
STRUCT iovec { void *iov_base; size_t iov_len; };
+STRUCT winsize { unsigned short ws_row, ws_col, ws_xpixel, ws_ypixel; };
+
TYPEDEF unsigned socklen_t;
TYPEDEF unsigned short sa_family_t;