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/17515] _XOPEN_IOV_MAX not defined by <limits.h>


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

--- Comment #1 from Chris Hall <chris.hall at highwayman dot com> ---
Sorry, I realise I left out some detail...

...so in <bits/posix1_lim.h>, _POSIX_UIO_MAXIOV is defined:

  #if !defined __USE_OPEN2K || defined __USE_GNU
  ....
  # define _POSIX_UIO_MAXIOV  16
  #endif

The problem is that this seems to be the *only* definition of
_POSIX_UIO_MAXIOV, so although _XOPEN_IOV_MAX is defined, what it is defined to
isn't :-(

-- 
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]