projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a926a97
)
local-tst-mktime2
author
GNU Libc Maintainers
<debian-glibc@lists.debian.org>
Thu, 29 Mar 2018 19:47:29 +0000
(20:47 +0100)
committer
Aurelien Jarno
<aurel32@debian.org>
Thu, 29 Mar 2018 19:47:29 +0000
(20:47 +0100)
Gbp-Pq: Topic any
Gbp-Pq: Name local-tst-mktime2.diff
time/tst-mktime2.c
patch
|
blob
|
history
diff --git
a/time/tst-mktime2.c
b/time/tst-mktime2.c
index c41db3e3b72fd23dba0f00582f083224cf4522f8..26b49524165dafd395e05c779f1c34355eeda3f5 100644
(file)
--- a/
time/tst-mktime2.c
+++ b/
time/tst-mktime2.c
@@
-4,6
+4,7
@@
#include <time.h>
#include <stdlib.h>
#include <unistd.h>
+#include <limits.h>
/* True if the arithmetic type T is signed. */
#define TYPE_SIGNED(t) (! ((t) 0 < (t) -1))