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
This commit is contained in:
Piotr Tworek 2020-02-18 15:06:55 +01:00 committed by Norman Feske
parent 9ee1045aad
commit 139f390317
1 changed files with 1 additions and 0 deletions

View File

@ -821,6 +821,7 @@ timegm T
timelocal T
timeoff T
times T
timespec_get T
timezone T
tmpfile T
tmpnam T