DEBSOURCES
Skip Quicknav
sources / trinity / 1.9%2Bgit20200331.4d2343bd18c7b-2%2Bdeb11u1 / syscalls / gettid.c
123456789
/* * SYSCALL_DEFINE0(gettid) */ #include "sanitise.h" struct syscallentry syscall_gettid = { .name = "gettid", .num_args = 0, };