Skip to content

build: Fix compile failure in backtrace_posix.cc - #7544

Closed
mhdawson wants to merge 1 commit into
nodejs:masterfrom
mhdawson:aixstack
Closed

build: Fix compile failure in backtrace_posix.cc#7544
mhdawson wants to merge 1 commit into
nodejs:masterfrom
mhdawson:aixstack

Conversation

@mhdawson

Copy link
Copy Markdown
Member
Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

core

Description of change

Fix compile failure in backtrace_posix.c on AIX introduced by #6734

Fix compile failure in backtrace_posix.c on AIX
@nodejs-github-botnodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Jul 5, 2016
@mhdawson

Copy link
Copy Markdown
MemberAuthor

@bnoordhuis

@mhdawson

Copy link
Copy Markdown
MemberAuthor

@cjihrig

Copy link
Copy Markdown
Contributor

LGTM

@mhdawson

Copy link
Copy Markdown
MemberAuthor

Going to land this once the CI run completes since it fixes a build break and the change is small and have one LGTM altready.

@bnoordhuis

Copy link
Copy Markdown
Member

LGTM

1 similar comment
@mscdex

Copy link
Copy Markdown
Contributor

LGTM

@mhdawson

Copy link
Copy Markdown
MemberAuthor

CI is good landing

@mhdawson

Copy link
Copy Markdown
MemberAuthor

Landed as 95a3c8f

mhdawson added a commit that referenced this pull request Jul 5, 2016
Fix compile failure in backtrace_posix.c on AIX
Fixes: #7539
PR-URL: #7544
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Brian White <mscdex@mscdex.net>
@mhdawsonmhdawson closed this Jul 5, 2016
Fishrock123 pushed a commit that referenced this pull request Jul 6, 2016
Fix compile failure in backtrace_posix.c on AIX
Fixes: #7539
PR-URL: #7544
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Brian White <mscdex@mscdex.net>
@Fishrock123Fishrock123 mentioned this pull request Jul 6, 2016
@MylesBorins

Copy link
Copy Markdown
Contributor

@mhdawson lts?

@MylesBorins

Copy link
Copy Markdown
Contributor

needs to be backported if #6734 is backported

@mhdawson
mhdawson deleted the aixstack branch March 15, 2017 21:56
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++Issues and PRs that require attention from people who are familiar with C++.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@mhdawson@cjihrig@bnoordhuis@mscdex@MylesBorins@nodejs-github-bot