blob: a1865537339b011b1e31506da53f7cacdf5757c2 [file] [log] [blame]
Chris Metcalfaaeb0122011-05-02 16:52:19 -04001#ifdef __NR_chmod
Al Virob9155432006-07-01 03:56:16 -04002__NR_chmod,
Chris Metcalfaaeb0122011-05-02 16:52:19 -04003#endif
Al Virob9155432006-07-01 03:56:16 -04004__NR_fchmod,
Al Viroa83fbf62006-09-23 00:10:18 +01005#ifdef __NR_chown
Al Virob9155432006-07-01 03:56:16 -04006__NR_chown,
Al Virob9155432006-07-01 03:56:16 -04007__NR_lchown,
Al Viroa83fbf62006-09-23 00:10:18 +01008#endif
AKASHI Takahiro262fd3a2014-01-17 17:05:03 +09009#ifdef __NR_fchown
10__NR_fchown,
11#endif
Al Virob9155432006-07-01 03:56:16 -040012__NR_setxattr,
13__NR_lsetxattr,
14__NR_fsetxattr,
15__NR_removexattr,
16__NR_lremovexattr,
17__NR_fremovexattr,
Al Viroa83fbf62006-09-23 00:10:18 +010018#ifdef __NR_fchownat
Al Virob9155432006-07-01 03:56:16 -040019__NR_fchownat,
20__NR_fchmodat,
Al Viroa83fbf62006-09-23 00:10:18 +010021#endif
Al Virob9155432006-07-01 03:56:16 -040022#ifdef __NR_chown32
23__NR_chown32,
24__NR_fchown32,
25__NR_lchown32,
26#endif
Chris Metcalfaaeb0122011-05-02 16:52:19 -040027#ifdef __NR_link
Al Viroaf295132009-11-11 10:09:41 -050028__NR_link,
Chris Metcalfaaeb0122011-05-02 16:52:19 -040029#endif
Al Viroaf295132009-11-11 10:09:41 -050030#ifdef __NR_linkat
31__NR_linkat,
32#endif