Revert "[Eina] Use Eina_Lock and not pthread. Fix compilation on Windows."
authorMike McCormack <mj.mccormack@samsung.com>
Fri, 7 Oct 2011 05:56:43 +0000 (05:56 +0000)
committermike_m <mike_m@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 7 Oct 2011 05:56:43 +0000 (05:56 +0000)
commit81aeaa36256fd716def52cbfe800edbbe009655a
treeadb25c5097a6408abb5f4692acebdb6784a6f247
parent885c487f9b28933ee52c7db8ec042e8e2915ad47
Revert "[Eina] Use Eina_Lock and not pthread. Fix compilation on Windows."

This reverts commit 61d2367bd6f7c12be7e04b58cbe1011971b7a0f2. (@63877)

Reverted due to the following build failure:

eina_main.c:117:16: error: conflicting types for ‘_eina_tracking_lock’
../../src/include/eina_inline_lock_posix.x:83:29: note: previous declaration of ‘_eina_tracking_lock’ was here
make[3]: *** [libeina_la-eina_main.lo] Error 1

_eina_tracking_lock is used for implementation of Eina_Locks, so cannot be an Eina_Lock

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@63904 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/eina_main.c