From a62f09e87ebd20516c7eca97fc2f257cd8aa0c33 Mon Sep 17 00:00:00 2001 From: Christian Prochaska Date: Tue, 28 Mar 2017 12:00:49 +0200 Subject: [PATCH] libc: add 'Libc::Component::stack_size()' to the ABI symbol file Fixes #2354 --- repos/libports/lib/symbols/libc | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/libports/lib/symbols/libc b/repos/libports/lib/symbols/libc index e98a9ce69..a9f977b9d 100644 --- a/repos/libports/lib/symbols/libc +++ b/repos/libports/lib/symbols/libc @@ -937,6 +937,7 @@ _writev T # Public interface between Genode-component code and the libc runtime # _ZN4Libc9Component9constructERNS_3EnvE U +_ZN4Libc9Component10stack_sizeEv W _ZN4Libc30execute_in_application_contextERNS_16Application_codeE T _ZN4Libc19Select_handler_base6selectEiR6fd_setS2_S2_ T _ZN4Libc19Select_handler_baseC1Ev T