Skip to content

Commit ae1e0c3

Browse files
committed
Remove the non-standard drem() function.
1 parent eca4ac8 commit ae1e0c3

4 files changed

Lines changed: 1 addition & 35 deletions

File tree

include/openlibm_math.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ double trunc(double);
303303
* BSD math library entry points
304304
*/
305305
#if __BSD_VISIBLE
306-
double drem(double, double);
307306
int finite(double) __pure2;
308307
int isnanf(float) __pure2;
309308

src/Make.files

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $(CUR_SRCS) = common.c \
3131
s_signgam.c s_sin.c s_sincos.c \
3232
s_sinf.c s_sincosf.c s_tan.c s_tanf.c s_tanh.c s_tanhf.c s_tgammaf.c \
3333
s_trunc.c s_truncf.c s_cpow.c s_cpowf.c \
34-
w_cabs.c w_cabsf.c w_drem.c w_dremf.c
34+
w_cabs.c w_cabsf.c
3535

3636
ifneq ($(OS), WINNT)
3737
$(CUR_SRCS) += s_nan.c

src/w_drem.c

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/w_dremf.c

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)