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

Re: [MiNT] PATH_MAX



On 01/13/13 13:13, Miro Kropáček wrote:
Hi,

what is the proper way for user apps how to ask for path maximum? Simple #include <limits.h> doesn't help, PATH_MAX is still undefined. I even tried -D__USE_POSIX and still no luck.

-D_POSIX_SOURCE

Alan.