diff options
Diffstat (limited to 'src/math/signgam.c')
-rw-r--r-- | src/math/signgam.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/signgam.c b/src/math/signgam.c index 9da63e1a..919f3adf 100644 --- a/src/math/signgam.c +++ b/src/math/signgam.c @@ -1,6 +1,11 @@ +#if 0 + #include <math.h> int signgam; /* XOPEN(4) LINK(m) */ + + +#endif |