Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: fix backport for SIGINT crash fix on FreeBSD
61fe1fe backported b64983d from io.js, but failed to change nullptr to NULL, which lead to a build break on FreeBSD since the current build system doesn't enable support for C++11. This change replaces nullptr by NULL, and has been tested on FreeBSD 10.1-RELEASE-p8. Fixes #9326. Reviewed-By: Colin Ihrig <cjihrig@gmail.com> PR-URL: nodejs/node-v0.x-archive#14819
- Loading branch information