L4Re/departure

libext2fs/lib/config.h.in-l4re

360:92c5f6aa8c36
2022-06-12 Paul Boddie Reintroduced PagerObject code generation required to initiate servers. mmap-region-flags
     1 #include <sys/types.h>     2      3 /* Machine-specific definitions. See <bits/types.h> and <bits/typesizes.h>. */     4      5 #define SIZEOF_SHORT 2     6 #define SIZEOF_INT 4     7 #define SIZEOF_LONG (__WORDSIZE / 8)     8 #define SIZEOF_LONG_LONG 8     9 #define SIZEOF_OFF_T (__WORDSIZE / 8)    10