Fixes import file name from error.h to errno.h
Patch crrev.com/c/2326511 incorrectly imports <error.h> instead of <errno.h> to access char* program_invocation_short_name. It should be <errno.h> that is imported. https://linux.die.net/man/3/program_invocation_short_name BUG=chromium:1110865 TEST=run `ps aux` on a chromebook Change-Id: I24f687cab02eaa34efe87d4d209cbb437021d9f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352250Reviewed-by:Scott Violet <sky@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Yuta Hijikata <ythjkt@chromium.org> Cr-Commit-Position: refs/heads/master@{#797512}
Showing
Please register or sign in to comment