We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b36429d commit 070b10eCopy full SHA for 070b10e
testcases/kernel/syscalls/setgroups/setgroups04.c
@@ -84,8 +84,6 @@ GID_T groups_list[NGROUPS];
84
void setup(); /* setup function for the test */
85
void cleanup(); /* cleanup function for the test */
86
87
-#if !defined(UCLINUX)
88
-
89
int main(int ac, char **av)
90
{
91
int lc;
@@ -135,16 +133,6 @@ int main(int ac, char **av)
135
133
136
134
}
137
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
148
/*
149
* setup()
150
*/
0 commit comments