Date: Mon, 10 Aug 2020 10:25:14 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 248572] scandir_b is suspiciously absent from libc.so.7 Message-ID: <bug-248572-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248572 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: bugs@FreeBSD.org Reporter: iwtcex@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) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248572-227>