Always #define _GNU_SOURCE to pull in pipe2() declarations
authorRocky Liu <rockyliu@fb.com>
Tue, 13 May 2014 21:35:37 +0000 (14:35 -0700)
committerDave Watson <davejwatson@fb.com>
Tue, 20 May 2014 19:53:59 +0000 (12:53 -0700)
commitf05ff6b8ea6a30237d61cd2db87be62786eeb7aa
tree5f760641ebf6029475f3a5baa26a38baa0d25b21
parentb51f8cd7431aa84f97cfb6515219b57ed6da2efe
Always #define _GNU_SOURCE to pull in pipe2() declarations

Summary: [folly::Subprocess] Always #define _GNU_SOURCE to pull in pipe2() declarations

Test Plan: Compile

Reviewed By: tudorb@fb.com

FB internal diff: D1327004
folly/Subprocess.cpp