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


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

--- Comment #2 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
The installed <elf.h> header is supposed to be system-independent; it 
contains a definition of ELF not just for the system for which glibc is 
built, but for other systems as well.  So it would be appropriate to add 
constants for other OSes, and to rename constants if their names 
misleadingly suggest they are OS-independent, but not to make the set of 
constants or their values depend on the system for which glibc is built.

-- 
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]