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] Linux: Add gettid system call wrapper [BZ #6399]


* Adhemerval Zanella:

> On 02/02/2019 12:18, Florian Weimer wrote:
>> * Carlos O'Donell:
>> 
>>> OK for master if you fix the copyright years to 2019.
>> 
>> Thanks, I've made this change locally.
>> 
>> I will push this some time next week, unless there are objections.
>> 
>> Florian
>> 
>
> Hurd build is failing with:
>
> In file included from ../include/unistd.h:2,
>                  from mach_init.c:20:
> ../posix/unistd.h:1170:10: fatal error: bits/unistd_ext.h: No such file or directory
>  #include <bits/unistd_ext.h>
>
> when building mach_init.c. It seems it adds sysdeps/posix in sysdeps
> search, but not posix itself:

It's a missing wrapper header under include.  I will fix it.

Thanks,
Florian


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