blob: b71cf23542cc6775edd100b2770da1cfbeac0437 [file] [log] [blame]
Dmitry V. Levin2def3d42016-04-18 16:03:51 +00001#include "tests.h"
Dmitry V. Levin6a2f43c2016-08-09 14:38:29 +00002#include <asm/unistd.h>
Dmitry V. Levin2def3d42016-04-18 16:03:51 +00003
4#ifdef __NR_setfsuid32
5
6# define SYSCALL_NR __NR_setfsuid32
7# define SYSCALL_NAME "setfsuid32"
8# define UGID_TYPE int
9# define GETUGID geteuid()
10# include "setfsugid.c"
11
12#else
13
14SKIP_MAIN_UNDEFINED("__NR_setfsuid32")
15
16#endif