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
316 B
Plaintext
16 lines
316 B
Plaintext
# AUTOGENERATED FILE
|
|
XATTR_CREATE = 1
|
|
XATTR_REPLACE = 2
|
|
__NR_fgetxattr = 193
|
|
__NR_flistxattr = 196
|
|
__NR_fremovexattr = 199
|
|
__NR_fsetxattr = 190
|
|
__NR_getxattr = 191
|
|
__NR_lgetxattr = 192
|
|
__NR_listxattr = 194
|
|
__NR_llistxattr = 195
|
|
__NR_lremovexattr = 198
|
|
__NR_lsetxattr = 189
|
|
__NR_removexattr = 197
|
|
__NR_setxattr = 188
|