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