From 7083b7a35eb6eb1b0086ca198e2ae9c8b70a906e Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 11 Jun 2014 23:47:32 -0400 Subject: Add binary packages. --- (limited to 'substvars') diff --git a/substvars b/substvars new file mode 100644 index 0000000..e35048d --- /dev/null +++ b/substvars @@ -0,0 +1,7 @@ +Common-Description: + Pth is a very portable POSIX/ANSI-C based library for Unix platforms which + provides non-preemptive priority-based scheduling for multiple threads of + execution (aka "multithreading") inside event-driven applications. All threads + run in the same address space of the server application, but each thread has + it's own individual program-counter, run-time stack, signal mask and errno + variable. -- cgit v0.9.1