https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248572
Bug ID: 248572 Summary: scandir_b is suspiciously absent from libc.so.7 Product: Base System Version: 12.1-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: b...@freebsd.org Reporter: iwt...@gmail.com % readelf -s /lib/libc.so.7 | grep scandir 1437: 00000000000ac3f0 504 FUNC GLOBAL DEFAULT 12 scandir@FBSD_1.0 (2) 1438: 00000000000b4f10 504 FUNC GLOBAL DEFAULT 12 scandir@@FBSD_1.5 (7) % readelf -s /lib/libc.so.7 | grep "_b@" 1333: 000000000019af70 113 FUNC GLOBAL DEFAULT 12 atexit_b@@FBSD_1.4 (6) 1416: 00000000000871c0 3681 FUNC GLOBAL DEFAULT 12 heapsort_b@@FBSD_1.4 (6) 1865: 0000000000084ca0 8865 FUNC GLOBAL DEFAULT 12 mergesort_b@@FBSD_1.4 (6) 3153: 00000000000c2e80 14 FUNC GLOBAL DEFAULT 12 qsort_b@@FBSD_1.4 (6) -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"