Re: [PATCH] newlib: posix: use local includes for local headers
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Feb 16 23:51, Mike Frysinger wrote: > These headers aren't installed, so use "" includes instead of <> so > we don't search system header paths. This matches the style used > elsewhere in the tree for these local headers, and makes it work > w/out explicit -I flags (as needed with non-recursive make). > --- > newlib/libc/posix/collate.c | 4 ++-- > newlib/libc/posix/rune.h | 2 +- > newlib/libc/time/gettzinfo.c | 2 +- > 3 files changed, 4 insertions(+), 4 deletions(-) GTG Thx, Corinna