mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
0a85964f91
Implement FBSD_1.0 versions of libc functions ('stat', 'fstat'). The functions are versioned with @FBSD_1.0, and therefore, will not clash with libc during linking. However, to be called by our dynamic linker, the library must be before libc in the NEEDED section of the binary using it. This requires the lib to be in front of libc in the LIBS variable. The library currently will call libc 'stat' and 'fstat' by looking up the symbols via 'dlsym'. Ref genodelabs/goa#61 |
||
---|---|---|
.. | ||
app | ||
drivers/framebuffer/vesa | ||
lib | ||
server/system_rtc | ||
test |