Use uint32_t rather than uint
authorChristopher Dykes <cdykes@fb.com>
Fri, 1 Jul 2016 01:19:27 +0000 (18:19 -0700)
committerFacebook Github Bot 8 <facebook-github-bot-8-bot@fb.com>
Fri, 1 Jul 2016 01:24:14 +0000 (18:24 -0700)
commit7a0de7ae35d848a7e3b9a3c684759601a81f10d7
tree4351833d8d97a7d8fccf712b64bab5fbbdeecd79
parent61a96501d8da914c23c4d6d0b9ca49a18f58bea0
Use uint32_t rather than uint

Summary: Because `uint32_t` is standardized, and MSVC doesn't have `uint`.

Reviewed By: yfeldblum

Differential Revision: D3507011

fbshipit-source-id: ac0abb4ad1b2dbaa890554589817ce75abdd987e
folly/test/LifoSemTests.cpp
folly/test/SharedMutexTest.cpp