mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 00:26:16 +03:00
3 lines
91 B
C
3 lines
91 B
C
long uid = syscall(__NR_getuid);
|
|
printf("[%s] syscall(__NR_getuid) -> %ld\n", where, uid);
|