Skip to content

Commit 7cdb2be

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

testcases/kernel/syscalls/ustat/ustat02.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ static struct test_case_t {
3030
struct ustat *buf;
3131
} tc[] = {
3232
{"Invalid parameter", EINVAL, "EINVAL", &invalid_dev, &ubuf},
33-
#ifndef UCLINUX
3433
{"Bad address", EFAULT, "EFAULT", &root_dev, (void*)-1}
35-
#endif
3634
};
3735

3836
int TST_TOTAL = ARRAY_SIZE(tc);

0 commit comments

Comments
 (0)