public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/18229] New: limits.h is missing _XOPEN_NAME_MAX and _XOPEN_PATH_MAX
@ 2015-04-10  9:50 nszabolcs at gmail dot com
  0 siblings, 0 replies; only message in thread
From: nszabolcs at gmail dot com @ 2015-04-10  9:50 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 18229
           Summary: limits.h is missing _XOPEN_NAME_MAX and
                    _XOPEN_PATH_MAX
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: nszabolcs at gmail dot com
                CC: drepper.fsp at gmail dot com

_XOPEN_NAME_MAX and _XOPEN_PATH_MAX are required symbolic constants in limits.h

the following program fails to compile:

#define _XOPEN_SOURCE 700
#include <limits.h>
int a = _XOPEN_IOV_MAX; // see BZ #17515
int b = _XOPEN_NAME_MAX;
int c = _XOPEN_PATH_MAX;
int d = _POSIX_UIO_MAXIOV; // see BZ #17515

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-10  9:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-10  9:50 [Bug libc/18229] New: limits.h is missing _XOPEN_NAME_MAX and _XOPEN_PATH_MAX nszabolcs at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).