glibc/glibc-rh740682.patch

13 lines
527 B
Diff
Raw Normal View History

2012-05-23 18:18:07 +00:00
diff -rup c/time/sys/time.h d/time/sys/time.h
--- c/time/sys/time.h 2012-05-20 19:47:38.000000000 -0600
+++ d/time/sys/time.h 2012-05-21 00:14:17.033127079 -0600
@@ -77,7 +77,7 @@ extern int gettimeofday (struct timeval
2012-01-26 18:57:01 +00:00
This call is restricted to the super-user. */
2012-05-23 18:18:07 +00:00
extern int settimeofday (const struct timeval *__tv,
const struct timezone *__tz)
2012-01-26 18:57:01 +00:00
- __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