fix __cxa_throw signature
authorPhilip Pronin <philipp@fb.com>
Tue, 30 Dec 2014 10:20:41 +0000 (02:20 -0800)
committerViswanath Sivakumar <viswanath@fb.com>
Tue, 13 Jan 2015 19:01:03 +0000 (11:01 -0800)
commit760b4c4f3bb0cc9998e41bbed048491a23fa4a6a
tree9a9ebdd43b069a0d3afc9ed3be3bda2b5b513174
parent22ffed1623680442b43b929efb7da575ba79d842
fix __cxa_throw signature

Summary: `__cxa_throw` signature didn't match C++ ABI (see 2.4.3 in http://refspecs.linuxfoundation.org/abi-eh-1.22.html), gcc 4.9 was complaining.

Test Plan: fbconfig -r folly && fbmake opt -j32

Reviewed By: soren@fb.com

Subscribers: folly-diffs@

FB internal diff: D1760492

Tasks: 5908365

Signature: t1:1760492:1420251038:6d04683f96ac889ff348ca0485420c975819b90b
folly/experimental/exception_tracer/ExceptionTracerLib.cpp