This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Upstreaming the glibc Hurd port
- From: Samuel Thibault <samuel dot thibault at gnu dot org>
- To: Joseph Myers <joseph at codesourcery dot com>, Florian Weimer <fweimer at redhat dot com>, Thomas Schwinge <thomas at codesourcery dot com>, GNU C Library <libc-alpha at sourceware dot org>, bug-hurd at gnu dot org, David Michael <fedora dot dm0 at gmail dot com>
- Date: Mon, 2 Apr 2018 18:13:47 +0200
- Subject: Re: Upstreaming the glibc Hurd port
- References: <87a7xaupjx.fsf@euler.schwinge.homeip.net> <alpine.DEB.2.20.1801191721480.329@digraph.polyomino.org.uk> <20180124011051.5s2vugyq3ybnurwc@var.youpi.perso.aquilenet.fr> <20180124012726.tibylwp4re5dtgc3@var.youpi.perso.aquilenet.fr> <20180125014143.2hxhzon5lzxtqq6j@var.youpi.perso.aquilenet.fr> <alpine.DEB.2.20.1801251544550.22734@digraph.polyomino.org.uk> <20180319015122.j5tzslkdcnvampoh@var.youpi.perso.aquilenet.fr> <20180402001003.3u5n2p5pdmv4hos5@var.youpi.perso.aquilenet.fr> <alpine.DEB.2.20.1804021407480.16203@digraph.polyomino.org.uk> <20180402155017.iermidp5siqgcixv@var.youpi.perso.aquilenet.fr>
Samuel Thibault, on lun. 02 avril 2018 17:50:17 +0200, wrote:
> There are a few remaining namespace issues due to missing __ marking or
> spurious #includes.
One issue is with struct sched_param. The __sched_param definition
was removed in glibc while htl's pthread_attr uses it. For now I just
made struct___pthread_attr.h include <sched.h> but that brings things
unwanted for <sys/types.h> (which is supposed to pull pthread_attr).
So I guess we should revert to defining __sched_param?
Samuel