aboutsummaryrefslogtreecommitdiffstats
path: root/src/mutex/pthreads/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-11 20:58:37 +0000
committerlloyd <[email protected]>2008-11-11 20:58:37 +0000
commit8879a51da7c3b93e27439122cea5d5aa81ae38c3 (patch)
treeb1faa753266d4a762fc38252df35a2435b757b92 /src/mutex/pthreads/info.txt
parent6eff33ae263109ccbbeb32bd0ffb25c77140cc45 (diff)
Move utils/{timer,mutex} to toplevel
Diffstat (limited to 'src/mutex/pthreads/info.txt')
-rw-r--r--src/mutex/pthreads/info.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/mutex/pthreads/info.txt b/src/mutex/pthreads/info.txt
new file mode 100644
index 000000000..88de70de0
--- /dev/null
+++ b/src/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>