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