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] bits/socket.h: Define struct sockaddr with may_alias attribute [BZ #19622]


On 02/12/2016 02:15 PM, Florian Weimer wrote:
> It is quite common to use struct sockaddr * as an opaque, void *-like
> type for socket addresses.  The POSIX API encourages to some degree.
> Marek Polacek suggested to add the may_alias attribute to the definition
> of struct sockaddr.
> 
> Support for that was introduced in GCC 4.0, so I added a conditional to
> cdefs.h.

It turns out that the current may_alias behavior with C++ is not what we
need.  In some places, forward declarations without the attribute are
treated as a different type as the full definition with the attribute.

Patch withdrawn.

Florian


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