mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibC: Fix typo: fgetround => fegetround
This commit is contained in:
committed by
Linus Groh
parent
47f4e54cdc
commit
a221596614
@@ -8,7 +8,7 @@
|
||||
#pragma once
|
||||
|
||||
// Defined in fenv.cpp, but we must not include fenv.h, so here's its prototype.
|
||||
int fgetround();
|
||||
int fegetround();
|
||||
|
||||
#define FLT_RADIX 2
|
||||
#define DECIMAL_DIG 21
|
||||
|
||||
Reference in New Issue
Block a user