mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 02:59:45 +00:00
LibC: Fix typo: fgetround => fegetround
This commit is contained in:
parent
47f4e54cdc
commit
a221596614
Notes:
sideshowbarker
2024-07-17 21:24:56 +09:00
Author: https://github.com/BertalanD
Commit: a221596614
Pull-request: https://github.com/SerenityOS/serenity/pull/11727
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue