extcon: axp288: Fix spelling mistake
[deliverable/linux.git] / include / asm-generic / audit_change_attr.h
... / ...
CommitLineData
1#ifdef __NR_chmod
2__NR_chmod,
3#endif
4__NR_fchmod,
5#ifdef __NR_chown
6__NR_chown,
7__NR_lchown,
8#endif
9#ifdef __NR_fchown
10__NR_fchown,
11#endif
12__NR_setxattr,
13__NR_lsetxattr,
14__NR_fsetxattr,
15__NR_removexattr,
16__NR_lremovexattr,
17__NR_fremovexattr,
18#ifdef __NR_fchownat
19__NR_fchownat,
20__NR_fchmodat,
21#endif
22#ifdef __NR_chown32
23__NR_chown32,
24__NR_fchown32,
25__NR_lchown32,
26#endif
27#ifdef __NR_link
28__NR_link,
29#endif
30#ifdef __NR_linkat
31__NR_linkat,
32#endif
This page took 0.023195 seconds and 5 git commands to generate.