mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 13:31:28 +01:00
90d62fd900
This was a holdover from BeOS, which did this as inline assembly. We do not on any platform other than 32-bit x86, and even there we may have preferred to do things a little differently on non-BeOS ABIs. Most things ported from other systems, or even native apps, are going to use _Thread_local variables anyway, which will bypass this system altogether.