X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftime%2Fgettimeofday.c;h=691f8e9043b2c61bf8b49faf03cf902a81b1c964;hb=400c5e5c8307a2ebe44ef1f203f5a15669f20347;hp=09afb70bf8ef4f8ba7ccb12fe381319023f105f0;hpb=bac03cdde1137c16b4c194e137310e2748661dcc;p=musl diff --git a/src/time/gettimeofday.c b/src/time/gettimeofday.c index 09afb70b..691f8e90 100644 --- a/src/time/gettimeofday.c +++ b/src/time/gettimeofday.c @@ -2,7 +2,7 @@ #include #include "syscall.h" -int gettimeofday(struct timeval *tv, void *tz) +int gettimeofday(struct timeval *restrict tv, void *restrict tz) { struct timespec ts; if (!tv) return 0;