mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 22:55:23 +00:00
LibM: Stub out ldexp().
This commit is contained in:
@@ -20,4 +20,10 @@ double pow(double x, double y)
|
||||
assert(false);
|
||||
}
|
||||
|
||||
double ldexp(double, int exp)
|
||||
{
|
||||
(void)exp;
|
||||
assert(false);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user