Files
ladybird/Userland/Libraries/LibC
Jean-Baptiste Boric 62cd3af5a0 LibC: Add stub forwarders to LibRegex C API
The POSIX C regex functions are expected to live in the C standard
library, but Serenity split off its regex library into LibRegex. Make a
compromise by implementing stub forwarders for the C regex library that
load libregex.so and call the real implementation.

This is needed for ports that expect these C functions to be available
inside the standard C library without introducing a strong coupling
between LibC and LibDl or LibRegex. The non-standard Serenity C++ regex
API still lives inside LibRegex as before.
2021-08-12 18:56:30 +02:00
..
2021-07-15 11:16:58 +02:00
2021-07-17 13:00:33 +02:00
2021-07-01 12:05:59 +02:00
2021-06-21 12:21:03 +02:00
2021-07-05 23:30:15 +02:00