This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/18229] limits.h is missing _XOPEN_NAME_MAX and _XOPEN_PATH_MAX


https://sourceware.org/bugzilla/show_bug.cgi?id=18229

cquike at arcor dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cquike at arcor dot de

--- Comment #1 from cquike at arcor dot de ---
Hi,

I have created a simple patch that defines _XOPEN_NAME_MAX and _XOPEN_PATH_MAX
as required by the Open Group for XSI conformant systems
(https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/limits.h.html).

These options were added in Issue 6 of IEEE Std 1003.1-2001 and have not
changed since, so they can simply be defined as constants.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]