This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Linux: Add gettid system call wrapper [BZ #6399]
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:
-I../include -I<builddir>/i686-gnu/mach -I<builddir>i686-gnu -I../sysdeps/mach/hurd/i386 -I../sysdeps/mach/hurd/x86 -I../sysdeps/mach/hurd/i386/htl -I../sysdeps/mach/hurd/htl -I../sysdeps/hurd/htl -I../sysdeps/mach/htl -I../sysdeps/htl -I../sysdeps/pthread -I../sysdeps/i386/htl -I../sysdeps/mach/hurd -I../sysdeps/gnu -I../sysdeps/unix/bsd -I../sysdeps/unix/inet -I../sysdeps/mach/i386 -I../sysdeps/mach/include -I../sysdeps/mach -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu/include -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/hurd/include -I../sysdeps/hurd -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/ieee754 -I../sysdeps/generic -I../hurd