summaryrefslogtreecommitdiff
path: root/libgcompat/fenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgcompat/fenv.c')
-rw-r--r--libgcompat/fenv.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/libgcompat/fenv.c b/libgcompat/fenv.c
new file mode 100644
index 0000000..b761f89
--- /dev/null
+++ b/libgcompat/fenv.c
@@ -0,0 +1,12 @@
+int fedisableexcept(int excepts) {
+ return 0;
+}
+
+int feenableexcept(int excepts) {
+ return 0;
+}
+
+int fegetexcept(void) {
+ return 0;
+}
+