mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 21:09:31 -04:00
15 lines
461 B
Plaintext
15 lines
461 B
Plaintext
$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
|