This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zbysz
Recipients Arfrever, benjamin.peterson, pitrou, skrah, zbysz
Date 2011-12-28.16:19:36
SpamBayes Score 0.03513071
Marked as misclassified No
Message-id <1325089176.86.0.588337917481.issue13669@psf.upfronthosting.co.za>
In-reply-to
Content
Unless I'm completely confused, XATTR_SIZE_MAX is defined by linux kernel headers, not the libc.

On my linux debian box:
$ grep -r XATTR_SIZE_MAX -I /usr
include/linux/limits.h:#define XATTR_SIZE_MAX 65536
$ dpkg -l libc6
libc6          2.11.2-10      Embedded GNU C Library: Shared libraries
$ dpkg -S /usr/include/linux/limits.h
linux-libc-dev: /usr/include/linux/limits.h

On debian/kfreebsd grep XATTR_SIZE_MAX doesn't find anything.

On fedora 16:
$ grep -r XATTR_SIZE_MAX -I /usr
/usr/include/linux/limits.h:#define XATTR_SIZE_MAX 65536
$ rpm -qf /usr/include/linux/limits.h
kernel-headers-3.1.0-0.rc10.git0.1.fc16.x86_64
History
Date User Action Args
2011-12-28 16:19:36zbyszsetrecipients: + zbysz, pitrou, benjamin.peterson, Arfrever, skrah
2011-12-28 16:19:36zbyszsetmessageid: <1325089176.86.0.588337917481.issue13669@psf.upfronthosting.co.za>
2011-12-28 16:19:36zbyszlinkissue13669 messages
2011-12-28 16:19:36zbyszcreate