Files
libfaketime/test/snippets/syscall.c

3 lines
91 B
C

long uid = syscall(__NR_getuid);
printf("[%s] syscall(__NR_getuid) -> %ld\n", where, uid);