diff options
| author | Michael Neumann <mneumann@ntecs.de> | 2015-01-06 10:53:32 +0100 |
|---|---|---|
| committer | Valerii Hiora <valerii.hiora@gmail.com> | 2015-01-06 20:12:19 +0200 |
| commit | 134eb0e26f6c2d89b852995295d364614d6b7299 (patch) | |
| tree | 05fd42e0c49953d12174df9c22db790c04266dc1 /src/rustllvm/RustWrapper.cpp | |
| parent | 8efd9901b628d687d11a4d0ccc153553b38ada49 (diff) | |
| download | rust-134eb0e26f6c2d89b852995295d364614d6b7299.tar.gz rust-134eb0e26f6c2d89b852995295d364614d6b7299.zip | |
Tuning pthread_key_t type
Both FreeBSD and DragonFly define pthread_key_t as int, while Linux defines it as uint. As pthread_key_t is used as an opaque type and storage size of both int and uint are the same, this is rather a cosmetic change. iOS uses ulong (as OS X) so difference is critical on 64bit platforms.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
