diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-03-17 13:35:08 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-03-17 13:35:08 -0400 |
commit | 18c7ea8055cf733f168d2c74d7cc8523a360f5f1 (patch) | |
tree | 853806a94f1f044ba64e136b2abe2e6ff54db456 /src/unistd/renameat.c | |
parent | 93cc986ab37b14f8c6b624439ce2a2beca7b3cf7 (diff) | |
download | musl-18c7ea8055cf733f168d2c74d7cc8523a360f5f1.tar.gz musl-18c7ea8055cf733f168d2c74d7cc8523a360f5f1.tar.xz musl-18c7ea8055cf733f168d2c74d7cc8523a360f5f1.zip |
avoid function call to pthread_self in mutex unlock
if the mutex was previously locked, we can assume pthread_self was already called at the time of locking, and thus that the thread pointer is initialized.
Diffstat (limited to 'src/unistd/renameat.c')
0 files changed, 0 insertions, 0 deletions