summaryrefslogtreecommitdiff
path: root/include/sys
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys')
-rw-r--r--include/sys/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/time.h b/include/sys/time.h
index 3b7a106be..bc5e723cb 100644
--- a/include/sys/time.h
+++ b/include/sys/time.h
@@ -78,7 +78,7 @@ libc_hidden_proto(gettimeofday)
This call is restricted to the super-user. */
extern int settimeofday (const struct timeval *__tv,
const struct timezone *__tz)
- __THROW __nonnull ((1));
+ __THROW;
libc_hidden_proto(settimeofday)
/* Adjust the current time of day by the amount in DELTA.