Zbyszek Szmek <zbys...@in.waw.pl> added the comment: 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 ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13669> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com