Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sat, 29 Jun 2019 17:46:22 -0400
From: Rich Felker <dalias@...c.org>
To: musl@...ts.openwall.com
Subject: Re: [PATCH 0/2] Resolve compiler warnings in master

On Sat, Jun 29, 2019 at 04:22:42PM -0500, Samuel Holland wrote:
> These two patches resolve some compiler warnings about mismatched
> attributes and restrict violations. There's another warning, related
> to duplicate definitions of TIOCSER_TEMT on some arches; I'm not sure
> which header needs to be changed. It results in:
> 
> ../include/sys/ioctl.h:47: warning: "TIOCSER_TEMT" redefined
> 
> The definitions are:
> 
> arch/mips/bits/termios.h:#define TIOCSER_TEMT 0x01
> arch/mips64/bits/termios.h:#define TIOCSER_TEMT 0x01
> arch/mipsn32/bits/termios.h:#define TIOCSER_TEMT 0x01
> arch/powerpc/bits/termios.h:#define TIOCSER_TEMT 0x01
> arch/powerpc64/bits/termios.h:#define TIOCSER_TEMT 0x01
> include/sys/ioctl.h:#define TIOCSER_TEMT 1

I don't see how this is happening with a consistent tree. Commit
3517d74a5e04a377192d1f4882ad6c8dc22ce69a removed it from the bits
headers.

Rich

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.