]> git.k1024.org Git - pyxattr.git/commit
Use Linux functions on any OS based on GNU libc
authorPino Toscano <toscano.pino@tiscali.it>
Sun, 8 Sep 2024 16:33:36 +0000 (18:33 +0200)
committerIustin Pop <iustin@k1024.org>
Sun, 8 Sep 2024 17:02:59 +0000 (19:02 +0200)
commit76f30b3c4b980c6138e40ccb0ebacf0250682d1d
tree32f94bb281954c2521856cdc09765db24abb2fb9
parente0cfe3605e0dd07f26dddd7fe126b0b84d19e4b5
Use Linux functions on any OS based on GNU libc

GNU libc (glibc) provides the prototypes for all the xattr functions.

Hence, extend the Linux support to anything based on GNU libc. In case
of failures, most likely the underlying xattr functions will need to
be fixed, rather than pyxattr itself.
xattr.c