summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/e1/bits/fenv.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/e1/bits/fenv.h')
-rw-r--r--libc/sysdeps/linux/e1/bits/fenv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/e1/bits/fenv.h b/libc/sysdeps/linux/e1/bits/fenv.h
index dde6aceaa..beeea3d51 100644
--- a/libc/sysdeps/linux/e1/bits/fenv.h
+++ b/libc/sysdeps/linux/e1/bits/fenv.h
@@ -36,7 +36,7 @@ enum
#define FE_OVERFLOW FE_OVERFLOW
FE_DIVBYZERO = (1 << 11),
#define FE_DIVBYZERO FE_DIVBYZERO
- FE_INVALID = (1 << 12)
+ FE_INVALID = (1 << 12)
#define FE_INVALID FE_INVALID
};