]> gitweb @ CieloNegro.org - bindings-apr.git/blobdiff - cbits/helper_apr_thread_proc.c
Bindings.APR.Portable
[bindings-apr.git] / cbits / helper_apr_thread_proc.c
diff --git a/cbits/helper_apr_thread_proc.c b/cbits/helper_apr_thread_proc.c
new file mode 100644 (file)
index 0000000..e1cd851
--- /dev/null
@@ -0,0 +1,6 @@
+#include <bindings.cmacros.h>
+#include <apr_thread_proc.h>
+
+BC_INLINE1(APR_PROC_CHECK_EXIT     , apr_exit_why_e, int)
+BC_INLINE1(APR_PROC_CHECK_SIGNALED , apr_exit_why_e, int)
+BC_INLINE1(APR_PROC_CHECK_CORE_DUMP, apr_exit_why_e, int)