aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/k_sinl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/k_sinl.c')
-rw-r--r--sysdeps/generic/k_sinl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/k_sinl.c b/sysdeps/generic/k_sinl.c
index 07dddcecb2..ea1d71f61b 100644
--- a/sysdeps/generic/k_sinl.c
+++ b/sysdeps/generic/k_sinl.c
@@ -1,9 +1,10 @@
#include <math.h>
#include <stdio.h>
#include <errno.h>
+#include "math_private.h"
long double
-__kernel_sinl (long double x, long double y)
+__kernel_sinl (long double x, long double y, int iy)
{
fputs ("__kernel_sinl not implemented\n", stderr);
__set_errno (ENOSYS);