Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 13 Aug 2017 18:03:01 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: Re: SIOCGSTAMPNS definition missing

* Rich Felker <dalias@...c.org> [2017-08-11 20:53:38 -0400]:
> On Tue, Aug 01, 2017 at 10:08:02AM +0000, yamabiko@...netbeyond.org wrote:
> > Hello,
> > when I tried to compile qemu on a Gentoo musl based system it
> > complained about "SIOCGSTAMPNS" being undeclared. Using
> > "-DSIOCGSTAMPNS=0x8907" as CFLAG worked as a workaround. So it looks
> > like the definition it's missing from some header file (ioctl.h?)
> > See https://forums.gentoo.org/viewtopic-t-1066924.html for more info
> 
> Thanks for the report.
> 
> Has anyone else looked at this yet? It probably needs per-arch
> additions to the bits/ioctl.h headers.
> 

it seems to be defined in asm/sockios.h which
is included via sys/socket.h in glibc i think so
musl should put it into sys/socket.h if anywhere.

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.