diff options
author | lloyd <[email protected]> | 2009-07-03 04:45:58 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-07-03 04:45:58 +0000 |
commit | 7f715b77711f55d9e30f232ff32001fe9e375a56 (patch) | |
tree | 9fadcc95fb28df92b775c6f235a78867e422ebcc /Attic/mutex/pthreads/info.txt | |
parent | 9de911f55808e84e8d14efbecf8379c25afb9d50 (diff) |
Move mutex from Attic to src to deal with merge conflict
Diffstat (limited to 'Attic/mutex/pthreads/info.txt')
-rw-r--r-- | Attic/mutex/pthreads/info.txt | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/Attic/mutex/pthreads/info.txt b/Attic/mutex/pthreads/info.txt deleted file mode 100644 index 88de70de0..000000000 --- a/Attic/mutex/pthreads/info.txt +++ /dev/null @@ -1,29 +0,0 @@ -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> |