projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50117ee
)
Mark timeout_handler with noreturn.
author
drepper
<drepper>
Tue, 28 Nov 2000 06:36:05 +0000
(06:36 +0000)
committer
drepper
<drepper>
Tue, 28 Nov 2000 06:36:05 +0000
(06:36 +0000)
test-skeleton.c
patch
|
blob
|
history
diff --git
a/test-skeleton.c
b/test-skeleton.c
index
130ac93
..
2069bfc
100644
(file)
--- a/
test-skeleton.c
+++ b/
test-skeleton.c
@@
-89,6
+89,7
@@
delete_temp_files (void)
/* Timeout handler. We kill the child and exit with an error. */
static void
+__attribute__ ((noreturn))
timeout_handler (int sig __attribute__ ((unused)))
{
int killed;