Skip Menu |

This queue is for tickets about the IO-AIO CPAN distribution.

Report information
The Basics
Id: 17510
Status: resolved
Priority: 0/
Queue: IO-AIO

People
Owner: Nobody in particular
Requestors: wcooley [...] nakedape.cc
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.72
Fixed in: (no value)



Subject: No NAME_MAX on AIX 5.3
On AIX 5.3 (no other versions tested), NAME_MAX is not defined in limits.h, but it is used on line 559 of AIO.xs. According to "POSIX Programmer's Guide" (Levine, ORA), NAME_MAX may be omitted where use of pathconf() must be used, which I guess is the case with AIX. I have no recommendation since you really need some sort of size for your union; I used PATH_MAX, but it's also allowed to be omitted.