mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:37:45 +00:00
LibC: Rename feclearexcept{s,}
This will also help with making ports compile again :D https://github.com/SerenityOS/serenity/pull/5762#issuecomment-798779561
This commit is contained in:
parent
60b458f5b3
commit
430e7fb181
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ typedef uint16_t fexcept_t;
|
|||
int fegetexceptflag(fexcept_t*, int exceptions);
|
||||
int fesetexceptflag(const fexcept_t*, int exceptions);
|
||||
|
||||
int feclearexcepts(int exceptions);
|
||||
int feclearexcept(int exceptions);
|
||||
int fetestexcept(int exceptions);
|
||||
int feraiseexcept(int exceptions);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue