diff src/process.h @ 53726:f37373c2902a

* process.h: Add extern to synch_process_termsig.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 27 Jan 2004 09:40:23 +0000
parents 77ad9650fc55
children 20c2d120fc79
line wrap: on
line diff
--- a/src/process.h	Tue Jan 27 07:42:55 2004 +0000
+++ b/src/process.h	Tue Jan 27 09:40:23 2004 +0000
@@ -137,7 +137,7 @@
 extern char *synch_process_death;
 
 /* Nonzero => this is the signal number that terminated the subprocess.  */
-int synch_process_termsig;
+extern int synch_process_termsig;
 
 /* If synch_process_death is zero,
    this is exit code of synchronous subprocess.  */