Skip to content

Commit

Permalink
LibC: Fix typo: fgetround => fegetround
Browse files Browse the repository at this point in the history
  • Loading branch information
BertalanD authored and linusg committed Jan 8, 2022
1 parent 47f4e54 commit a221596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Userland/Libraries/LibC/float.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a221596

Please sign in to comment.