[all-commits] [llvm/llvm-project] e7d68c: [libc] Fix errno_macros.h include paths. (#110057)
Michael Jones via All-commits
all-commits at lists.llvm.org
Wed Sep 25 15:46:51 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e7d68c903be0d813be96954b274e65e58c42e5e4
https://github.com/llvm/llvm-project/commit/e7d68c903be0d813be96954b274e65e58c42e5e4
Author: Michael Jones <michaelrj at google.com>
Date: 2024-09-25 (Wed, 25 Sep 2024)
Changed paths:
M libc/hdr/errno_macros.h
Log Message:
-----------
[libc] Fix errno_macros.h include paths. (#110057)
The proxy header errno_macros.h should include relative to `libc/` but
it
was instead including relative to `libc/include/`. This patch fixes this
by adding the `include` to the paths.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list