artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
688f435
)
Only need <stdint.h> and not all of <inttypes.h> here
author
guenther
<guenther@openbsd.org>
Sun, 10 Aug 2014 05:08:31 +0000
(
05:08
+0000)
committer
guenther
<guenther@openbsd.org>
Sun, 10 Aug 2014 05:08:31 +0000
(
05:08
+0000)
regress/lib/libpthread/stack/stack.c
patch
|
blob
|
history
diff --git
a/regress/lib/libpthread/stack/stack.c
b/regress/lib/libpthread/stack/stack.c
index
32435b9
..
9a181dc
100644
(file)
--- a/
regress/lib/libpthread/stack/stack.c
+++ b/
regress/lib/libpthread/stack/stack.c
@@
-1,11
+1,11
@@
-/* $OpenBSD: stack.c,v 1.
3 2012/08/04 21:55:22
guenther Exp $ */
+/* $OpenBSD: stack.c,v 1.
4 2014/08/10 05:08:31
guenther Exp $ */
/* PUBLIC DOMAIN Feb 2012 <guenther@openbsd.org> */
/* Test the handling of the pthread_attr_t stack attributes */
#include <sys/types.h>
#include <sys/mman.h>
-#include <
inttypes
.h>
+#include <
stdint
.h>
#include <limits.h>
#include <pthread.h>
#include <stdio.h>