Skip to content

Commit

Permalink
Resolve fmax and fmaxf symbols.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinnegatamante committed Mar 11, 2024
1 parent e5b58d8 commit 7b43311
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions loader/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1596,6 +1596,8 @@ static so_default_dynlib default_dynlib[] = {
{ "fgets", (uintptr_t)&fgets },
{ "floor", (uintptr_t)&floor },
{ "floorf", (uintptr_t)&floorf },
{ "fmax", (uintptr_t)&fmax },
{ "fmaxf", (uintptr_t)&fmaxf },
{ "fmod", (uintptr_t)&fmod },
{ "fmodf", (uintptr_t)&fmodf },
{ "fopen", (uintptr_t)&fopen_hook },
Expand Down

0 comments on commit 7b43311

Please sign in to comment.