Author: mturk
Date: Sat Apr 16 11:07:41 2011
New Revision: 1093965
URL: http://svn.apache.org/viewvc?rev=1093965&view=rev
Log:
Fix unimpl function
Modified:
commons/sandbox/runtime/trunk/src/main/native/os/unix/semaphore.c
Modified: commons/sandbox/runtime/trunk/src/main/native/os/unix/semaphore.c
URL:
http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/os/unix/semaphore.c?rev=1093965&r1=1093964&r2=1093965&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/os/unix/semaphore.c (original)
+++ commons/sandbox/runtime/trunk/src/main/native/os/unix/semaphore.c Sat Apr
16 11:07:41 2011
@@ -185,7 +185,7 @@ ACR_UNX_EXPORT(jint, PosixSemaphore, rel
return 0;
}
#else
-ACR_JNI_EXPORT(jobject, Semaphore, impl0)(JNI_STDARGS)
+ACR_JNI_EXPORT(jobject, SemaphoreImpl, init0)(JNI_STDARGS)
{
return 0;
}