mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-27 21:30:33 +00:00
f93be58429
Move xattr syscalls to own file and better describe xattr names. They usually have prefix+name structure and there are some known values.
16 lines
299 B
Plaintext
16 lines
299 B
Plaintext
# AUTOGENERATED FILE
|
|
XATTR_CREATE = 1
|
|
XATTR_REPLACE = 2
|
|
__NR_fgetxattr = 10
|
|
__NR_flistxattr = 13
|
|
__NR_fremovexattr = 16
|
|
__NR_fsetxattr = 7
|
|
__NR_getxattr = 8
|
|
__NR_lgetxattr = 9
|
|
__NR_listxattr = 11
|
|
__NR_llistxattr = 12
|
|
__NR_lremovexattr = 15
|
|
__NR_lsetxattr = 6
|
|
__NR_removexattr = 14
|
|
__NR_setxattr = 5
|