genode/repos/libports/src
Sebastian Sumpf 0a85964f91 libports: add 'compat-libc'
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
2023-08-23 13:46:37 +02:00
..
app gcov: update to version 12.2.0 2023-05-30 12:03:27 +02:00
drivers/framebuffer/vesa Replace use of base/snprintf.h by format library 2023-03-13 14:32:53 +01:00
lib libports: add 'compat-libc' 2023-08-23 13:46:37 +02:00
server/system_rtc Replace server/acpi_input with app/acpi_event 2020-08-25 11:49:44 +02:00
test cleanup file permissions 2023-08-23 13:46:37 +02:00