Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUILD: activity/memprofile: fix a build warning in the posix_memalign…
… handler A "return NULL" statement was placed for error handling in the posix_memalign() handler instead of an int errno value, by recent commit 5ddc8b3 ("MINOR: activity/memprofile: monitor non-portable calls as well"). Surprisingly the warning only triggered on gcc-4.8. Let's use ENOMEM instead. No backport needed. (cherry picked from commit b306398) Signed-off-by: Christopher Faulet <[email protected]>
- Loading branch information