mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
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:
parent
9ee1045aad
commit
139f390317
@ -821,6 +821,7 @@ timegm T
|
||||
timelocal T
|
||||
timeoff T
|
||||
times T
|
||||
timespec_get T
|
||||
timezone T
|
||||
tmpfile T
|
||||
tmpnam T
|
||||
|
Loading…
Reference in New Issue
Block a user