changeset 62602:b406e215e78f

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