File: w_lgamma_compat.c

package info (click to toggle)
glibc 2.41-12
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 300,384 kB
  • sloc: ansic: 1,050,583; asm: 238,243; makefile: 20,379; python: 13,537; sh: 11,827; cpp: 5,197; awk: 1,795; perl: 317; yacc: 292; pascal: 182; sed: 19
file content (7 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (28)
1
2
3
4
5
6
7
#include <math_ldbl_opt.h>
#include <math/w_lgamma_compat.c>
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
strong_alias (__lgamma_compat, __lgammal_dbl_compat)
compat_symbol (libm, __lgammal_dbl_compat, lgammal, GLIBC_2_0);
compat_symbol (libm, __gamma, gammal, GLIBC_2_0);
#endif