mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 11:50:24 +00:00
This patch makes the creation of the libc's timer session depend on whether or not the 'rtc' attribute of the <libc> configuration is defined. If not configured, 'clock_gettime' returns 0. Fixes #2625