From: Steve K. <sg...@tr...> - 2010-04-22 00:08:10
|
Seems that the addition of functions to libelf has gone unnoted in Version.map. -- Steve Index: Version.map =================================================================== --- Version.map (revision 892) +++ Version.map (working copy) @@ -91,6 +91,12 @@ local: *; }; +FBSD_1.1 { + elf_getphdrnum; + elf_getshdrnum; + elf_getshdrstrndx; +}; + /* * Private symbols, mostly test hooks */ |