This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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: Don't export __chown


> I think it is an oversight that __chown at GLIBC_2 dot 1 is exported on i386.

I agree.  This symbol was never in a Versions file.  Probably noone
realized that .symver definitions would result in exported symbols that
aren't listed in any Versions file (i.e. in the libc.map built from them)
and people only ever did visual checks on the Versions files.  Score
another one for check-abi.

I am inclined to change the generation of .map files to put "local: *;" at
the end of each set so that nothing not listed in a Versions file goes
through.


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