X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fthread%2Fi386%2F__unmapself.s;h=d6569594ae0c3b729bba2ba6b223bfdd605ff487;hb=4d98280388a21db6913911ff647b2e56338d46cf;hp=bcf6e7fe1a7b963beaf69cd09f3e7ca38978319a;hpb=19eb13b9a4cf2f787f60b6e2a6d26a6cd7d3ffd2;p=musl diff --git a/src/thread/i386/__unmapself.s b/src/thread/i386/__unmapself.s index bcf6e7fe..d6569594 100644 --- a/src/thread/i386/__unmapself.s +++ b/src/thread/i386/__unmapself.s @@ -1,6 +1,6 @@ .text .global __unmapself -.type __unmapself,%function +.type __unmapself,@function __unmapself: movl $91,%eax movl 4(%esp),%ebx @@ -9,5 +9,3 @@ __unmapself: xorl %ebx,%ebx movl $1,%eax int $128 - -.size __unmapself,.-__unmapself