X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=bindings-apr.git;a=blobdiff_plain;f=cbits%2Fhelper_apr_anylock.c;fp=cbits%2Fhelper_apr_anylock.c;h=a874008a5fdc2ef599d963f4736cfa109b7cffff;hp=0000000000000000000000000000000000000000;hb=50443d0b64ecea256ddbb63c8a0135f7bb99c25c;hpb=e4706506c52d72c3533c6f098e48a87ac60f57f3 diff --git a/cbits/helper_apr_anylock.c b/cbits/helper_apr_anylock.c new file mode 100644 index 0000000..a874008 --- /dev/null +++ b/cbits/helper_apr_anylock.c @@ -0,0 +1,6 @@ +#include +#include + +BC_INLINE1(APR_ANYLOCK_LOCK , apr_anylock_t*, apr_status_t) +BC_INLINE1(APR_ANYLOCK_TRYLOCK, apr_anylock_t*, apr_status_t) +BC_INLINE1(APR_ANYLOCK_UNLOCK , apr_anylock_t*, apr_status_t)