diff options
Diffstat (limited to 'src/math/j1.c')
| -rw-r--r-- | src/math/j1.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/math/j1.c b/src/math/j1.c deleted file mode 100644 index 42214704..00000000 --- a/src/math/j1.c +++ /dev/null @@ -1,12 +0,0 @@ -#include <math.h> - -double j1(double x) -{ - SIGNAL_SAFE(0); - return x; -} - -/* -XOPEN(4) -LINK(m) -*/ |
