]> granicus.if.org Git - strace/blob - tests/stack-fcall-3.c
tests: use fixed timestamps in utime related tests
[strace] / tests / stack-fcall-3.c
1 #include <unistd.h>
2
3 int f3(int i)
4 {
5         return getpid() + i;
6 }