Home
last modified time | relevance | path

Searched refs:has_gettid (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/nolibc/
H A Dnolibc-test.c832 int has_gettid = 1; in run_syscall() local
842 has_gettid = __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 30); in run_syscall()
854 CASE_TEST(gettid); EXPECT_SYSNE(has_gettid, gettid(), -1); break; in run_syscall()

Completed in 3 milliseconds