diff options
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/s390/lowlevelmutex.c')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/s390/lowlevelmutex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/s390/lowlevelmutex.c b/nptl/sysdeps/unix/sysv/linux/s390/lowlevelmutex.c index 3f1889bc77..d4d91db5ce 100644 --- a/nptl/sysdeps/unix/sysv/linux/s390/lowlevelmutex.c +++ b/nptl/sysdeps/unix/sysv/linux/s390/lowlevelmutex.c @@ -56,7 +56,7 @@ ___lll_mutex_timedlock (futex, abstime, newval) { /* Get the current time. */ struct timeval tv; - gettimeofday (&tv, NULL); + __gettimeofday (&tv, NULL); /* Compute relative timeout. */ struct timespec rt; |