Skip to content

Commit 070b10e

Browse files
pevikmetan-ucw
authored andcommitted
syscalls/setgroups04: Remove UCLINUX
Signed-off-by: Petr Vorel <[email protected]> Reviewed-by: Cyril Hrubis <[email protected]>
1 parent b36429d commit 070b10e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

testcases/kernel/syscalls/setgroups/setgroups04.c

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ GID_T groups_list[NGROUPS];
8484
void setup(); /* setup function for the test */
8585
void cleanup(); /* cleanup function for the test */
8686

87-
#if !defined(UCLINUX)
88-
8987
int main(int ac, char **av)
9088
{
9189
int lc;
@@ -135,16 +133,6 @@ int main(int ac, char **av)
135133

136134
}
137135

138-
#else
139-
140-
int main(void)
141-
{
142-
tst_resm(TINFO, "test is not available on uClinux");
143-
tst_exit();
144-
}
145-
146-
#endif /* if !defined(UCLINUX) */
147-
148136
/*
149137
* setup()
150138
*/

0 commit comments

Comments
 (0)