diff options
author | Rich Felker <dalias@aerifal.cx> | 2015-04-13 17:26:08 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2015-04-13 17:26:08 -0400 |
commit | f630df09b1fd954eda16e2f779da0b5ecc9d80d3 (patch) | |
tree | ffd7214107c40ed9ab6d321a72184efc4b4b8533 /crt | |
parent | f3ddd173806fd5c60b3f034528ca24542aecc5b9 (diff) | |
download | musl-f630df09b1fd954eda16e2f779da0b5ecc9d80d3.tar.gz musl-f630df09b1fd954eda16e2f779da0b5ecc9d80d3.tar.xz musl-f630df09b1fd954eda16e2f779da0b5ecc9d80d3.zip |
allow i386 __set_thread_area to be called more than once
previously a new GDT slot was requested, even if one had already been obtained by a previous call. instead extract the old slot number from GS and reuse it if it was already set. the formula (GS-3)/8 for the slot number automatically yields -1 (request for new slot) if GS is zero (unset).
Diffstat (limited to 'crt')
0 files changed, 0 insertions, 0 deletions