Module Name: src Committed By: riastradh Date: Tue Mar 4 00:33:01 UTC 2025
Modified Files: src/lib/libc/gen: arc4random.c pthread_atfork.c Removed Files: src/lib/libc/include: atfork.h Log Message: Revert __libc_atfork addition. This reverts the following revisions: lib/libc/gen/arc4random.c 1.40-41 (but not 1.42 which is independent) lib/libc/gen/pthread_atfork.c 1.24 lib/libc/include/atfork.h 1.1 This additionally updates the comments in arc4random.c to reflect the current state. Requested by kre: https://mail-index.netbsd.org/source-changes-d/2025/03/03/msg014388.html Since the new symbol __libc_atfork has not been used outside libc, this poses no ABI compatibility issues. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/lib/libc/gen/arc4random.c cvs rdiff -u -r1.24 -r1.25 src/lib/libc/gen/pthread_atfork.c cvs rdiff -u -r1.1 -r0 src/lib/libc/include/atfork.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.