summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/float.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibC/float.h')
-rw-r--r--Userland/Libraries/LibC/float.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibC/float.h b/Userland/Libraries/LibC/float.h
index e3843499c3..575278e24a 100644
--- a/Userland/Libraries/LibC/float.h
+++ b/Userland/Libraries/LibC/float.h
@@ -8,7 +8,7 @@
#pragma once
// Defined in fenv.cpp, but we must not include fenv.h, so here's its prototype.
-int fegetround();
+int fegetround(void);
#define FLT_RADIX 2
#define DECIMAL_DIG 21