diff -r 73ea206103e6 -r 43365a9b78a3 kernel/eka/eabi/euseru.def --- a/kernel/eka/eabi/euseru.def Wed Jun 23 19:44:53 2010 +0300 +++ b/kernel/eka/eabi/euseru.def Tue Jul 06 15:50:07 2010 +0300 @@ -2538,4 +2538,8 @@ _ZN10RAllocator17__DbgGetAllocFailEv @ 2537 NONAME _ZN4User17__DbgGetAllocFailEi @ 2538 NONAME _ZN10RArrayBase12SetKeyOffsetEi @ 2539 NONAME - + _ZN10RSemaphore4PollEv @ 2540 NONAME ; RSemaphore::Poll() + _ZN6RMutex4WaitEi @ 2541 NONAME ; RMutex::Wait(int) + _ZN6RMutex4PollEv @ 2542 NONAME ; RMutex::Poll() + _ZN9RFastLock4PollEv @ 2543 NONAME ; RFastLock::Poll() + _ZN9RFastLock4WaitEi @ 2544 NONAME ; RFastLock::Wait(int)