Files
ladybird/Userland/Libraries/LibC
Sergey Bugaev 8c8ba4cfe4 LibC: Fix duplicated function symbols
Commit cccb6c7287 has moved some function
definitions into complex.h. The functions were marked inline, but not
static, so a symbol definition was emited for them in any compilation
unit that included complex.h. If multiple such compilation units get
linked into the same binary, we get a duplicate symbol error.

Fix this by declaring the functions static inline.
2023-07-29 16:51:58 -06:00
..
2022-12-28 11:53:41 +01:00
2022-12-03 23:52:23 +00:00
2022-11-25 23:13:16 +01:00
2023-07-08 15:53:02 -04:00
2023-06-07 13:44:44 +02:00
2022-11-08 11:51:19 +01:00
2022-11-29 11:04:21 +01:00
2022-12-03 23:52:23 +00:00