[oe] [PATCH] acl_2.2.49.bb: Fix build when DISTRO_FEATURES lacks largefile.

Graham Gower graham.gower at gmail.com
Tue Dec 21 06:13:29 UTC 2010


On 21 December 2010 16:34, Graham Gower <graham.gower at gmail.com> wrote:
> On 21 December 2010 16:21, Khem Raj <raj.khem at gmail.com> wrote:
>> On Mon, Dec 20, 2010 at 8:54 PM, Graham Gower <graham.gower at gmail.com> wrote:
>>>
>>> Signed-off-by: Graham Gower <graham.gower at gmail.com>
>>
>> Does it function correctly at runtime ?
>
> Can't test yet. I have problems with proxy-libintl conflicting with
> libintl8 during do_rootfs...
>

For what its worth, glibc dirent.h has

#ifndef __USE_FILE_OFFSET64
extern struct dirent *readdir (DIR *__dirp) __nonnull ((1));
#else
# ifdef __REDIRECT
extern struct dirent *__REDIRECT (readdir, (DIR *__dirp), readdir64)
     __nonnull ((1));
# else
#  define readdir readdir64
# endif
#endif




More information about the Openembedded-devel mailing list