From 139f39031751e595696bb106d3178c307e5139bd Mon Sep 17 00:00:00 2001 From: Piotr Tworek Date: Tue, 18 Feb 2020 15:06:55 +0100 Subject: [PATCH] libc: Expose timespec_get symbol. The function is exposed in libc headers provided by Genode, the code for the function is being compiled and actually works, but the symbol is missing from the symbols file resulting in linking failures. Add it to the libc symbols file. Fixes #3676 Fixes #3677 --- 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 0e520a5ff..28b477774 100644 --- a/repos/libports/lib/symbols/libc +++ b/repos/libports/lib/symbols/libc @@ -821,6 +821,7 @@ timegm T timelocal T timeoff T times T +timespec_get T timezone T tmpfile T tmpnam T