svn commit: r303988 - head/lib/libc/gen

Ed Schouten ed at nuxi.nl
Thu Aug 25 20:56:01 UTC 2016


Hi Bryan,

2016-08-25 19:43 GMT+02:00 Bryan Drewery <bdrewery at freebsd.org>:
>>> readelf -a /lib/libc.so.7|grep basename
>>   2149: 0000000000076200   231 FUNC    GLOBAL DEFAULT   11
>> basename@@FBSD_1.0 (2)
>>   2514: 0000000000076140   184 FUNC    GLOBAL DEFAULT   11
>> basename_r@@FBSD_1.2 (4)

I think the reason for this is that I haven't made any changes to the
underlying basename() function (yet); only to dirname(). So there is
no basename at FBSD_1.0. Only basename@@FBSD_1.0 (to indicate it's the
latest version against we should link).

What happens if you s/__sym_compat/__sym_default the basename() line?


-- 
Ed Schouten <ed at nuxi.nl>
Nuxi, 's-Hertogenbosch, the Netherlands
KvK-nr.: 62051717


More information about the svn-src-head mailing list