This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Separate out error_t definition


Zack Weinberg, on dim. 04 mars 2018 11:03:37 -0500, wrote:
> On Sat, Mar 3, 2018 at 9:41 PM, Samuel Thibault
> <samuel.thibault@ens-lyon.org> wrote:
> > Samuel Thibault, on dim. 04 mars 2018 03:28:06 +0100, wrote:
> >> +     * stdlib/errno.h (error_t): Move definition to...
> >> +     * stdlib/bits/types/error_t.h: ... new header.
> >
> > While looking at other stuff, I saw that perhaps I need to add a
> > ./include/bits/types/error_t.h too? (although I don't know why it is
> > needed, things went fine without it).
> 
> You don't need that, but you _do_ need to put the generic (non-Hurd)
> version of bits/types/error_t.h in the top-level bits directory
> instead of in stdlib/bits.

Ok...

Thanks!
Samuel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]