summaryrefslogtreecommitdiff
path: root/src/thread/x32/__set_thread_area.s
AgeCommit message (Collapse)AuthorFilesLines
2015-05-02fix x32 __set_thread_area failure due to junk in upper bitsRich Felker1-1/+1
the kernel does not properly clear the upper bits of the syscall argument, so we have to do it before the syscall.
2014-02-23x32 port (diff against vanilla x86_64)rofl0r1-1/+1
2014-02-23import vanilla x86_64 code as x32rofl0r1-0/+10