# HG changeset patch # User Andreas Schwab # Date 1116755317 0 # Node ID 324a4f7ffebcd9482a4d9786b1f4c0af82782e79 # Parent afaa9e37df053aa814c88eae037febbad0b4b729 (send_process): Move misplaced volatile. diff -r afaa9e37df05 -r 324a4f7ffebc src/process.c --- 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);