Move definition of strlcpy to outside an #if
authorChip Turner <chip@fb.com>
Mon, 21 Sep 2015 22:58:03 +0000 (15:58 -0700)
committerfacebook-github-bot-9 <folly-bot@fb.com>
Mon, 21 Sep 2015 23:20:21 +0000 (16:20 -0700)
commite8c07bf4d7268902625b77e55a11d61bb4a2205e
tree7c454296889a7526f9455da79d6b538247f52925
parentae59a5e910d1091d6abc5d21708d4c3881e786b7
Move definition of strlcpy to outside an #if

Summary: Looks like some platforms fail to build (open source, not internal) due to #if conditional.

Reviewed By: @ldemailly

Differential Revision: D2464555
folly/Demangle.cpp