projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec23315
)
1999-03-19 Roland McGrath <roland@baalperazim.frob.com>
author
Roland McGrath
<roland@gnu.org>
Fri, 19 Mar 1999 15:31:54 +0000
(15:31 +0000)
committer
Roland McGrath
<roland@gnu.org>
Fri, 19 Mar 1999 15:31:54 +0000
(15:31 +0000)
* sysdeps/generic/segfault.c: Include <stdio-common/_itoa.h> for
_itoa_word decl.
sysdeps/generic/segfault.c
patch
|
blob
|
history
diff --git
a/sysdeps/generic/segfault.c
b/sysdeps/generic/segfault.c
index
37c43c9
..
b1bb178
100644
(file)
--- a/
sysdeps/generic/segfault.c
+++ b/
sysdeps/generic/segfault.c
@@
-26,6
+26,7
@@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <stdio-common/_itoa.h>
/* This file defines macros to access the content of the sigcontext element
passed up by the signal handler. */