2 * Written by J.T. Conklin <jtc@netbsd.org>.
5 * Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>.
6 * Fixed errno handling by Ulrich Drepper <drepper@redhat.com>.
10 #include <bits/errno.h>
11 #include <machine/asm.h>
40 cfi_adjust_cfa_offset (4)
41 cfi_rel_offset (ebx, 0)
43 call __errno_location@PLT
46 cfi_adjust_cfa_offset (-4)
49 call __errno_location@PLT
54 weak_alias (__cosl, cosl)