[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#739968: linux-libc-dev: binfmts.h defines MAX_ARG_STRLEN using PAGE_SIZE which is not defined in armhf's libc



Package: linux-libc-dev
Version: 3.12.9-1
Severity: important

Trying to build a software package that uses MAX_ARG_STRLEN on armhf I hit a build
failure caused by PAGE_SIZE being undefined, we probably need to define MAX_ARG_STRLEN
in a different fashion for armhf:

    #define MAX_ARG_STRLEN (PAGE_SIZE * 32)

Thanks,

Gustavo Noronha


Reply to: