Move signgm.c from libc/reent to libm/math

This commit is contained in:
Jennifer Averett 2023-05-05 13:17:41 -05:00 committed by Jeff Johnston
parent 3bee68248f
commit 742b8db95d
3 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,6 @@ libc_a_SOURCES += \
%D%/readr.c \
%D%/renamer.c \
%D%/signalr.c \
%D%/signgam.c \
%D%/sbrkr.c \
%D%/statr.c \
%D%/timesr.c \

View File

@ -15,6 +15,7 @@
%D%/w_scalb.c %D%/w_sinh.c %D%/w_sqrt.c \
%D%/w_sincos.c \
%D%/w_drem.c \
%D%/signgam.c \
%D%/s_asinh.c %D%/s_atan.c %D%/s_ceil.c \
%D%/s_cos.c %D%/s_erf.c %D%/s_fabs.c %D%/s_floor.c \
%D%/s_frexp.c %D%/s_ldexp.c \