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] New: move AT_* constants definition from elf.h into sysdeps (bits) directory


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

            Bug ID: 15794
           Summary: move AT_* constants definition from elf.h into sysdeps
                    (bits) directory
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: Petr.Salinger at seznam dot cz
                CC: drepper.fsp at gmail dot com

Created attachment 7124
  --> http://sourceware.org/bugzilla/attachment.cgi?id=7124&action=edit
proposed patch

Currently the installed <elf.h> contains many Linux specific AT_* constants.
Especially with introduction of getauxval() it would be handy to allow
overriding them.

Please move this into separate bits header <bits/auxv.h>.

At least the FreeBSD kernel uses a different set.
See http://svnweb.freebsd.org/base/head/sys/x86/include/elf.h

And I doubt hurd also provides all of them.

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