mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 08:36:28 +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);
|