Index: uspace/lib/softint/include/shift.h
===================================================================
--- uspace/lib/softint/include/shift.h	(revision 88d5c1e6424b67927054885d0617e23ecbc654c5)
+++ uspace/lib/softint/include/shift.h	(revision 208b5f542c8db6c9ce6844cd62a6794e94185293)
@@ -46,4 +46,8 @@
 extern long long __lshrdi3(long long, int);
 
+
+/* ARM EABI */
+extern long long __aeabi_llsl(long long, int);
+
 #endif
 
