Skip to content

Commit be7e87d

Browse files
pevikmetan-ucw
authored andcommitted
syscalls/sysinfo02: Remove UCLINUX
Signed-off-by: Petr Vorel <[email protected]> Reviewed-by: Cyril Hrubis <[email protected]>
1 parent 5f31b9c commit be7e87d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

testcases/kernel/syscalls/sysinfo/sysinfo02.c

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ void cleanup();
7878
char *TCID = "sysinfo02";
7979
int TST_TOTAL = 1;
8080

81-
#if !defined(UCLINUX)
82-
8381
int main(int ac, char **av)
8482
{
8583
struct sysinfo *sysinfo_buf;
@@ -115,16 +113,6 @@ int main(int ac, char **av)
115113

116114
}
117115

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-
128116
/*
129117
* setup()
130118
* performs one time setup

0 commit comments

Comments
 (0)