Comment 5 for bug 184216

Revision history for this message
Ben Collins (ben-collins) wrote :

I think this needs to be checked further. It may be perfectly acceptable for linux/elf.h to use loff_t. It is also strictly correct that sys/types.h is needed when loff_t is needed to be defined. So the bug may just be that linux/elf.h needs to include sys/types.h when __KERNEL_STRICT_NAMES is defined. I believe this define is set when -ansi is used.