mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-12 16:20:06 +00:00
* time/sys/time.h (settimeofday): Do not mark TV argument
as __nonnull.
This commit is contained in:
parent
70e5aee461
commit
4b7634a5e0
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user