This is the mail archive of the glibc-bugs@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]

[Bug libc/15794] move AT_* constants definition from elf.h into sysdeps (bits) directory


https://sourceware.org/bugzilla/show_bug.cgi?id=15794

Adam Conrad <adconrad at 0c3 dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adconrad at 0c3 dot net

--- Comment #7 from Adam Conrad <adconrad at 0c3 dot net> ---
The problem with this patch is that any code that previously included elf.h to
get the AT_ defines is now broken (*cough*GCC*cough*).  Are you expecting that
any such code should have an include <sys/auxv.h>, or should elf.h be pulling
in bits/auxv.h for backward compat?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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