Impala Public Jenkins has submitted this change and it was merged. Change subject: Propagate HAVE_PIPE2 compile time value to files that use it ......................................................................
Propagate HAVE_PIPE2 compile time value to files that use it The HAVE_PIPE2 is a variable that tracks whether a platform has the system function pipe2() present. This value was not propagated to the appropriate file that uses it, causing its value to always be 0, and the wrong branch to be taken at compile time. This fixes it by propagating the value to the file. Change-Id: I6cdc343da35a34be8d95fbea3543d080dbc1ec29 Reviewed-on: http://gerrit.cloudera.org:8080/7705 Reviewed-by: Henry Robinson <[email protected]> Tested-by: Impala Public Jenkins --- M be/src/kudu/util/subprocess.cc 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Impala Public Jenkins: Verified Henry Robinson: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/7705 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6cdc343da35a34be8d95fbea3543d080dbc1ec29 Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Sailesh Mukil <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-Reviewer: Impala Public Jenkins
