summaryrefslogtreecommitdiffstats
path: root/test/test-skeleton.c
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-07-09 14:42:40 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-07-09 14:42:40 +0000
commiteb649474dee861d7c680c9aae2e0c15caae74039 (patch)
tree3db03ea2aa8ea2a4037bab135820009b2c9d06e9 /test/test-skeleton.c
parent29d4f43fc23cc051d3704f3a2f9ba35cae702b92 (diff)
downloaduClibc-alpine-eb649474dee861d7c680c9aae2e0c15caae74039.tar.bz2
uClibc-alpine-eb649474dee861d7c680c9aae2e0c15caae74039.tar.xz
Synch tests with trunk
Diffstat (limited to 'test/test-skeleton.c')
-rw-r--r--test/test-skeleton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-skeleton.c b/test/test-skeleton.c
index 22fdd8f98..adfc8b75b 100644
--- a/test/test-skeleton.c
+++ b/test/test-skeleton.c
@@ -135,7 +135,7 @@ static void
__attribute__ ((noreturn))
timeout_handler (int sig __attribute__ ((unused)))
{
- int killed;
+ int killed = 0;
int status;
/* Send signal. */