use hidden visibility rather than protected for syscall internals
[musl] / src / thread / x32 / __set_thread_area.s
index f3ff4f6..94bc363 100644 (file)
@@ -5,6 +5,6 @@
 __set_thread_area:
        mov %rdi,%rsi           /* shift for syscall */
        movl $0x1002,%edi       /* SET_FS register */
-       movl $158,%eax          /* set fs segment to */
+       movl $0x4000009e,%eax          /* set fs segment to */
        syscall                 /* arch_prctl(SET_FS, arg)*/
        ret