/
githubmirror
/
glibc
Обзор
Документация
Войти
/
githubmirror
/
glibc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
math/w_remainder.c
8 строк
199 B
Szabolcs Nagy
fix drem symbol for static linking and new targets
03 окт 2017, 16:31
03 окт 2017, 16:31
f275f64
Код
Авторство
О чём код?
#include <math-type-macros-double.h> #include <w_remainder_template.c> #if __USE_WRAPPER_TEMPLATE weak_alias (__remainder, drem) # ifdef NO_LONG_DOUBLE weak_alias (__remainder, dreml) # endif #endif