2 * Written by J.T. Conklin <jtc@netbsd.org>.
3 * Fixed errno handling by Ulrich Drepper <drepper@redhat.com>.
8 #include <bits/errno.h>
9 #include <machine/asm.h>
11 RCSID("$NetBSD: s_sin.S,v 1.5 1995/05/09 00:25:54 jtc Exp $")
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 (__sin, sin)