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