freebsd-dev/lib/libprocstat
Andriy Gapon 56e8cb87c6 libprocstat: try to fix fallout from r361363
The revision caused libprocstat to have two undefined symbols:
- __start_set_pcpu
- __stop_set_pcpu
probably because of __GLOBL() used in sys/pcpu.h under _KERNEL.
The symbols are not accessed by anything and the linker in base does not
complain about them, but some ports are failing to build.
Hack around the problem by providing definitions for those symbols.

Probably there is a better solution, but I could not think of it yet.

Reported by:	zeising
MFC after:	3 days
X-MFC with:	r361363
Sponsored by:	Panzura
2020-05-24 14:54:21 +00:00
..
zfs libprocstat: fix ZFS support 2020-05-22 11:20:23 +00:00
cd9660.c
common_kvm.c
common_kvm.h
core.c
core.h
libprocstat_compat.c Bump SPECNAMELEN to MAXNAMLEN. 2019-01-27 00:46:06 +00:00
libprocstat_internal.h
libprocstat.3
libprocstat.c libprocstat: fix reading of file descriptor table via kvm 2020-05-21 13:46:30 +00:00
libprocstat.h Print type designator 'D' for the KF_TYPE_DEV files. 2018-12-03 23:42:04 +00:00
Makefile libprocstat: fix ZFS support 2020-05-22 11:20:23 +00:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
msdosfs.c
smbfs.c
Symbol.map Bump SPECNAMELEN to MAXNAMLEN. 2019-01-27 00:46:06 +00:00
udf.c
zfs_defs.c libprocstat: try to fix fallout from r361363 2020-05-24 14:54:21 +00:00
zfs_defs.h libprocstat: fix ZFS support 2020-05-22 11:20:23 +00:00
zfs.c libprocstat: fix ZFS support 2020-05-22 11:20:23 +00:00