summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/arm/pt-gettimeofday.c
blob: 12552dbf0b853cf9139186c5939dae4098b7aa02 (plain)
1
2
3
4
5
6
#include "../../../../../../../libc/sysdeps/linux/common/syscalls.h"
#include <sys/time.h>

int gettimeofday (struct timeval *, struct timezone *) attribute_hidden;
_syscall2(int, gettimeofday, struct timeval *, tv, struct timezone *, tz);