mirror of git://sourceware.org/git/glibc.git
Formerly unix/bsd/sun/sparc/sethostid.S.~5~
This commit is contained in:
parent
5447072c69
commit
b12f819696
|
@ -32,9 +32,9 @@ ENTRY (sethostid)
|
||||||
sethi %hi(___errno), %g1
|
sethi %hi(___errno), %g1
|
||||||
st %o0, [%g1 + %lo(___errno)]
|
st %o0, [%g1 + %lo(___errno)]
|
||||||
retl
|
retl
|
||||||
sub 0, 1, %o0
|
sub %g0, 1, %o0
|
||||||
|
|
||||||
#ifdef __GNU_STAB__
|
#ifdef HAVE_GNU_LD
|
||||||
|
|
||||||
.stabs "warning: sethostid is not implemented and will always fail",30,0,0,0
|
.stabs "warning: sethostid is not implemented and will always fail",30,0,0,0
|
||||||
.stabs "_sethostid",1,0,0,0
|
.stabs "_sethostid",1,0,0,0
|
||||||
|
|
Loading…
Reference in New Issue