diff options
Diffstat (limited to 'time/sys/time.h')
-rw-r--r-- | time/sys/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/sys/time.h b/time/sys/time.h index 0f5ef5c..f763d96 100644 --- a/time/sys/time.h +++ b/time/sys/time.h @@ -77,7 +77,7 @@ extern int gettimeofday (struct timeval *__restrict __tv, This call is restricted to the super-user. */ extern int settimeofday (const struct timeval *__tv, const struct timezone *__tz) - __THROW __nonnull ((1)); + __THROW; /* Adjust the current time of day by the amount in DELTA. If OLDDELTA is not NULL, it is filled in with the amount |