~ubuntu-branches/ubuntu/natty/eglibc/natty-security

« back to all changes in this revision

Viewing changes to sysdeps/ieee754/ldbl-opt/w_coshl.c

  • Committer: Bazaar Package Importer
  • Author(s): Aurelien Jarno
  • Date: 2009-05-05 09:54:14 UTC
  • Revision ID: james.westby@ubuntu.com-20090505095414-c45qsg9ixjheohru
ImportĀ upstreamĀ versionĀ 2.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <math_ldbl_opt.h>
 
2
#undef weak_alias
 
3
#define weak_alias(n,a)
 
4
#include <math/w_coshl.c>
 
5
long_double_symbol (libm, __coshl, coshl);