mailing list of musl libc
 help / color / mirror / code / Atom feed
0599cb3754de8545038a346324187dca2db9a9a9 blob 734 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
#define XATTR_CREATE 1
#define XATTR_REPLACE 2
ssize_t getxattr(const char *path, const char *name, void *value, size_t size)
ssize_t lgetxattr(const char *path, const char *name, void *value, size_t size)
ssize_t fgetxattr(int filedes, const char *name, void *value, size_t size)
ssize_t listxattr(const char *path, char *list, size_t size)
ssize_t llistxattr(const char *path, char *list, size_t size)
ssize_t flistxattr(int filedes, char *list, size_t size)
int setxattr(const char *path, const char *name, const void *value, size_t size, int flags)
int lsetxattr(const char *path, const char *name, const void *value, size_t size, int flags)
int fsetxattr(int filedes, const char *name, const void *value, size_t size, int flags)
debug log:

solving 0599cb3 ...
found 0599cb3 in https://inbox.vuxu.org/musl/20120722182148.3a2fb735@newbook/

applying [1/1] https://inbox.vuxu.org/musl/20120722182148.3a2fb735@newbook/
diff --git a/include/sys/xattr.h b/include/sys/xattr.h
new file mode 100644
index 0000000..0599cb3

Checking patch include/sys/xattr.h...
Applied patch include/sys/xattr.h cleanly.

index at:
100644 0599cb3754de8545038a346324187dca2db9a9a9	include/sys/xattr.h

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).