summaryrefslogtreecommitdiff
path: root/lang/tclX/files/patch-siginfo
blob: 5af68c35bc95e81594f706dc712ff85a3435aed8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Add BSD-specific signal SIGINFO to the list.

	-mi

--- generic/tclXsignal.c	Thu Feb  3 20:34:01 2005
+++ generic/tclXsignal.c	Mon Jun 26 20:46:11 2006
@@ -172,4 +172,7 @@
     {"XFSZ",    SIGXFSZ},
 #endif
+#ifdef SIGINFO
+    {"INFO",	SIGINFO},
+#endif
     {NULL,         -1}};