Module Name:    src
Committed By:   riastradh
Date:           Thu Mar 13 09:40:03 UTC 2025

Added Files:
        src/tests/lib/libc/gen: Makefile.inc

Log Message:
execve(2), posix_spawn(2): Fix build of tests after previous.

Forgot to add a file.

PR kern/58091: after fork/execve or posix_spawn, parent kill(child,
SIGTERM) has race condition making it unreliable


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/gen/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/tests/lib/libc/gen/Makefile.inc
diff -u /dev/null src/tests/lib/libc/gen/Makefile.inc:1.1
--- /dev/null	Thu Mar 13 09:40:03 2025
+++ src/tests/lib/libc/gen/Makefile.inc	Thu Mar 13 09:40:02 2025
@@ -0,0 +1 @@
+.include "../Makefile.inc"

Reply via email to