From 4b7634a5e03b0da6f8875de9d3f74c1cf6f2a6e8 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 3 Dec 2012 12:15:17 -0700 Subject: * time/sys/time.h (settimeofday): Do not mark TV argument as __nonnull. --- ChangeLog | 5 +++++ time/sys/time.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 638934b65a..624078b12c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-12-03 Jeff Law + + * time/sys/time.h (settimeofday): Do not mark TV argument + as __nonnull. + 2012-12-01 Mike Frysinger * libio/fileops.c (_IO_new_file_close_it): Do not always flush diff --git a/time/sys/time.h b/time/sys/time.h index 0f5ef5c1d7..f763d96f1c 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 -- cgit 1.4.1