|
@@ -6,7 +6,7 @@ from .posix import user2uid, group2gid
|
|
from ..helpers import safe_decode, safe_encode
|
|
from ..helpers import safe_decode, safe_encode
|
|
from .xattr import _listxattr_inner, _getxattr_inner, _setxattr_inner, split_string0
|
|
from .xattr import _listxattr_inner, _getxattr_inner, _setxattr_inner, split_string0
|
|
|
|
|
|
-API_VERSION = '1.2_04'
|
|
|
|
|
|
+API_VERSION = '1.2_05'
|
|
|
|
|
|
cdef extern from "sys/xattr.h":
|
|
cdef extern from "sys/xattr.h":
|
|
ssize_t c_listxattr "listxattr" (const char *path, char *list, size_t size, int flags)
|
|
ssize_t c_listxattr "listxattr" (const char *path, char *list, size_t size, int flags)
|