fegetexcept: specification error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lsb |
Fix Committed
|
Medium
|
Unassigned | ||
Mandriva |
Fix Released
|
Medium
|
Bug Description
An error in the sgml source for function fegetexcept leads to the published
specification looking like this:
fegetexcept
Name
fegetexcept -- query floating point exception handling state
Synopsis
#include <fenv.h>
int fegetexcept
Note what should be a function prototype looks like a declaration of global
data instead. The fix is simple, but specification errata should be generated
for this.
=== modified file 'LSB/generic/
--- LSB/generic/
revid:<email address hidden>
+++ LSB/generic/
@@ -15,6 +15,7 @@
</funcsynopsis
<funcprototype>
<funcdef>int <function>
+<void>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
Changed in mandriva: | |
importance: | Unknown → Medium |
status: | Unknown → Fix Released |