aboutsummaryrefslogtreecommitdiffstats
path: root/Attic/mutex/pthreads/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-07-03 04:47:49 +0000
committerlloyd <[email protected]>2009-07-03 04:47:49 +0000
commitb438a3c6d08893ca77a1d18baef1b02e955eccf8 (patch)
tree129c4605183b6440e8d673824e194c44f55af3db /Attic/mutex/pthreads/info.txt
parente0555387e440c708294a3593c90d3066ae4a0a55 (diff)
Move mutex directory back to the Attic
Diffstat (limited to 'Attic/mutex/pthreads/info.txt')
-rw-r--r--Attic/mutex/pthreads/info.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/Attic/mutex/pthreads/info.txt b/Attic/mutex/pthreads/info.txt
new file mode 100644
index 000000000..88de70de0
--- /dev/null
+++ b/Attic/mutex/pthreads/info.txt
@@ -0,0 +1,29 @@
+realname "Pthread Mutex"
+
+define MUTEX_PTHREAD
+
+load_on auto
+
+<add>
+mux_pthr.cpp
+mux_pthr.h
+</add>
+
+<libs>
+all!qnx,freebsd,openbsd,netbsd -> pthread
+</libs>
+
+<os>
+aix
+cygwin
+darwin
+freebsd
+hpux
+irix
+linux
+netbsd
+openbsd
+qnx
+solaris
+tru64
+</os>