History log of /freebsd/lib/libc/tests/stdlib/cxa_atexit_test.c (Results 1 – 1 of 1)
Revision Date Author Comments
# ee9ce107 05-Apr-2025 Kyle Evans <kevans@FreeBSD.org>

libc: tests: add some tests for __cxa_atexit handling

This adds a basic test that __cxa_atexit works, and also adds some tests
for __cxa_atexit handlers registered in the middle of __cxa_finalize.

libc: tests: add some tests for __cxa_atexit handling

This adds a basic test that __cxa_atexit works, and also adds some tests
for __cxa_atexit handlers registered in the middle of __cxa_finalize.

PR: 285870

show more ...