genodelabs / genode-world

Collection of community-maintained components for Genode
Other
44 stars 46 forks source link

add rtc to app, fix incorrect rtc const and fix err in sample golang app causing panic #366

Closed tor-m6 closed 1 month ago

tor-m6 commented 2 months ago

seems that now rtc driver mandatory to clock_gettime() in libc, add this to run file, and fix constant value from CLOCK_REALTIME_PRESIZE to CLOCK_REALTIME.

Fix out-of-bounds error in sample go application while printing a pointer.