]>
Commit | Line | Data |
---|---|---|
aaeb012f | 1 | #ifdef __NR_chmod |
b915543b | 2 | __NR_chmod, |
aaeb012f | 3 | #endif |
b915543b | 4 | __NR_fchmod, |
a83fbf63 | 5 | #ifdef __NR_chown |
b915543b | 6 | __NR_chown, |
b915543b | 7 | __NR_lchown, |
a83fbf63 | 8 | #endif |
262fd3aa AT |
9 | #ifdef __NR_fchown |
10 | __NR_fchown, | |
11 | #endif | |
b915543b AV |
12 | __NR_setxattr, |
13 | __NR_lsetxattr, | |
14 | __NR_fsetxattr, | |
15 | __NR_removexattr, | |
16 | __NR_lremovexattr, | |
17 | __NR_fremovexattr, | |
a83fbf63 | 18 | #ifdef __NR_fchownat |
b915543b AV |
19 | __NR_fchownat, |
20 | __NR_fchmodat, | |
a83fbf63 | 21 | #endif |
b915543b AV |
22 | #ifdef __NR_chown32 |
23 | __NR_chown32, | |
24 | __NR_fchown32, | |
25 | __NR_lchown32, | |
26 | #endif | |
aaeb012f | 27 | #ifdef __NR_link |
af295132 | 28 | __NR_link, |
aaeb012f | 29 | #endif |
af295132 AV |
30 | #ifdef __NR_linkat |
31 | __NR_linkat, | |
32 | #endif |