artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
968f174
)
SIZE_MAX is no longer in limits.h
author
millert
<millert@openbsd.org>
Thu, 30 Apr 2015 18:19:25 +0000
(18:19 +0000)
committer
millert
<millert@openbsd.org>
Thu, 30 Apr 2015 18:19:25 +0000
(18:19 +0000)
sys/sys/stdint.h
patch
|
blob
|
history
diff --git
a/sys/sys/stdint.h
b/sys/sys/stdint.h
index
3ab49b0
..
03ff5aa
100644
(file)
--- a/
sys/sys/stdint.h
+++ b/
sys/sys/stdint.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: stdint.h,v 1.
9 2014/04/01 05:04:50 matthew Exp $
*/
+/* $OpenBSD: stdint.h,v 1.
10 2015/04/30 18:19:25 millert Exp $
*/
/*
* Copyright (c) 1997, 2005 Todd C. Miller <Todd.Miller@courtesan.com>
@@
-186,7
+186,7
@@
typedef __uintmax_t uintmax_t;
#define SIG_ATOMIC_MIN INT32_MIN
#define SIG_ATOMIC_MAX INT32_MAX
-/* Limit
s of size_t (also in limits.h)
*/
+/* Limit
of size_t
*/
#ifndef SIZE_MAX
#define SIZE_MAX UINTPTR_MAX
#endif