CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2025/07/16 09:43:26
Modified files: lib/libc : Symbols.list sys/sys : gmon.h lib/libc/gmon : gmon.c Log message: The kernel-assisted gmon support requires initialization at program start, so calling monstartup() later on is impossible. It was converted to call abort(), and has found no obvious or common observable run-time users. Remove the symbol from libc, alongside the recent major crank. ok sthen tb claudio