changeset 62604:324a4f7ffebc

(send_process): Move misplaced volatile.
author Andreas Schwab <schwab@suse.de>
date Sun, 22 May 2005 09:48:37 +0000
parents afaa9e37df05
children 29ac0be69667
files src/process.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/process.c	Sun May 22 09:35:04 2005 +0000
+++ b/src/process.c	Sun May 22 09:48:37 2005 +0000
@@ -5134,7 +5134,7 @@
   int rv;
   struct coding_system *coding;
   struct gcpro gcpro1;
-  SIGTYPE (*old_sigpipe) ();
+  SIGTYPE (*volatile old_sigpipe) ();
 
   GCPRO1 (object);