Index: uspace/lib/cpp/src/__bits/unwind.cpp
===================================================================
--- uspace/lib/cpp/src/__bits/unwind.cpp	(revision 32d53a7a08b7c2742de28223a92c52585a71c660)
+++ uspace/lib/cpp/src/__bits/unwind.cpp	(revision 65ee021c0fdcefebafcb43c7fc5dbc48e2d17206)
@@ -224,3 +224,12 @@
         // TODO: implement
     }
+
+    extern "C" _Unwind_Reason_Code __gxx_personality_v0(
+        int, _Unwind_Action, unsigned,
+        struct _Unwind_Exception*, struct _Unwind_Context*
+    )
+    {
+        // TODO: implement
+        return _URC_NO_REASON;
+    }
 }
