1 | # ifdef __i386__ |
---|---|
2 | # include <asm/posix_types_32.h> |
3 | # elif defined(__ILP32__) |
4 | # include <asm/posix_types_x32.h> |
5 | # else |
6 | # include <asm/posix_types_64.h> |
7 | # endif |
8 |
1 | # ifdef __i386__ |
---|---|
2 | # include <asm/posix_types_32.h> |
3 | # elif defined(__ILP32__) |
4 | # include <asm/posix_types_x32.h> |
5 | # else |
6 | # include <asm/posix_types_64.h> |
7 | # endif |
8 |