blob: 89384341bfd99f3089c419b803a919a37bc98cf2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ca,v 1.1 2007/10/10 13:13:47 rillig Exp $
--- include/ptlib/pprocess.h.orig 2004-06-30 12:17:04.000000000 +0000
+++ include/ptlib/pprocess.h 2007-10-10 13:00:10.000000000 +0000
@@ -338,6 +338,9 @@ class PTimerList : PInternalTimerList //
friend class PTimer;
};
+// only for Unix
+extern void PXSignalHandler(int);
+class PHouseKeepingThread;
///////////////////////////////////////////////////////////////////////////////
// PProcess
|