Also update with latest hook.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83466
13f79535-47bb-0310-9956-
ffa450edef68
#include "iol_socket.h"
#define INCL_DOS
+#define INCL_DOSERRORS
#include <os2.h>
#include <stdlib.h>
{
ULONG rc;
rc = DosReleaseMutexSem(mtx->mutex_handle);
- ap_assert(rc == 0);
+ ap_assert(rc == 0 || rc == ERROR_NOT_OWNER);
}
API_EXPORT(void) ap_thread_mutex_destroy(ap_thread_mutex *mtx)
NULL, /* check access */
NULL, /* type_checker */
NULL, /* pre-run fixups */
- NULL, /* logger */
NULL /* register hooks */
};