public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
* __unused changes
@ 2013-11-25 10:26 Justin Cormack
  0 siblings, 0 replies; only message in thread
From: Justin Cormack @ 2013-11-25 10:26 UTC (permalink / raw)
  To: libc-ports

Hello,

I recently proposed a change in glibc, across all architectures, to
change the use of __unused for unused struct members to
__glibc_reserved.

You can see the thread here
http://sourceware-org.1504.n7.nabble.com/Re-PATCH-Use-unused0-instead-of-unused-for-user-visible-struct-members-td248849.html

The reason behind this is that historically BSD software has used
__unused as a macro for __attribute__ ((__unused__)) and this has
caused compilation issues when using this code with glibc.

This should not cause any breakage, as these struct members are not
supposed to be used publicly, but please look for any unintended
breakage that could arise.

Thanks

Justin

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-25  9:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-25 10:26 __unused changes Justin Cormack

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).