[issue13669] XATTR_SIZE_MAX and XATTR_LIST_MAX undefined on kfreebsd/debian with eglibc

Antoine Pitrou report at bugs.python.org
Wed Dec 28 17:39:08 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

> 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

But linux/limits.h is included by the glibc:

$ \grep -r linux/limits.h /usr/include/
/usr/include/sys/param.h:#include <linux/limits.h>
[...]
$ \rpm -qf /usr/include/sys/param.h
glibc-devel-2.12.1-11.2.mga1

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13669>
_______________________________________


More information about the Python-bugs-list mailing list