Skip to content

Commit

Permalink
* time/sys/time.h (settimeofday): Do not mark TV argument
Browse files Browse the repository at this point in the history
       as __nonnull.
  • Loading branch information
Jeff Law committed Dec 3, 2012
1 parent 70e5aee commit 4b7634a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2012-12-03 Jeff Law <law@redhat.com>

* time/sys/time.h (settimeofday): Do not mark TV argument
as __nonnull.

2012-12-01 Mike Frysinger <vapier@gentoo.org>

* libio/fileops.c (_IO_new_file_close_it): Do not always flush
Expand Down
2 changes: 1 addition & 1 deletion time/sys/time.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b7634a

Please sign in to comment.