Fix/override bad symbol names
authorNicholas Ormrod <njormrod@fb.com>
Fri, 31 Oct 2014 17:55:44 +0000 (10:55 -0700)
committerPavlo Kushnir <pavlo@fb.com>
Sat, 8 Nov 2014 02:17:45 +0000 (18:17 -0800)
commitcbed222c1b9a10c3b67e04b8523aa8449c985b21
treeda2ded1d1e1b7819dba8d6b87e4bc93f73948981
parentc55a29b4c0929342166f88bda46e35e817ad46db
Fix/override bad symbol names

Summary:
Symbols containing two underscores, or starting with underscore
followed by a capital letter, are reserved by the implementation. Fix
the inappropriate cases, and nolint the ones which we are using
correctly

Test Plan: run unit tests

Reviewed By: robbert@fb.com

Subscribers: trunkagent, sdwilsh, njormrod, folly-diffs@

FB internal diff: D1650435

Tasks: 5486739

Signature: t1:1650435:1414713329:7844e7802ebabcac7ef21aef0becf71ba513afb0
folly/Checksum.cpp
folly/Portability.h
folly/io/async/EventFDWrapper.h
folly/test/ThreadLocalTest.cpp