1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:54:58 +00:00

LibC: Fix typo: fgetround => fegetround

This commit is contained in:
Daniel Bertalan 2022-01-08 15:25:48 +01:00 committed by Linus Groh
parent 47f4e54cdc
commit a221596614

View file

@ -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