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 5f31b9c commit be7e87dCopy full SHA for be7e87d
testcases/kernel/syscalls/sysinfo/sysinfo02.c
@@ -78,8 +78,6 @@ void cleanup();
78
char *TCID = "sysinfo02";
79
int TST_TOTAL = 1;
80
81
-#if !defined(UCLINUX)
82
-
83
int main(int ac, char **av)
84
{
85
struct sysinfo *sysinfo_buf;
@@ -115,16 +113,6 @@ int main(int ac, char **av)
115
113
116
114
}
117
118
-#else
119
120
-int main(void)
121
-{
122
- tst_resm(TINFO, "test is not available on uClinux");
123
- tst_exit();
124
-}
125
126
-#endif /* if !defined(UCLINUX) */
127
128
/*
129
* setup()
130
* performs one time setup
0 commit comments