Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tests/lib/libc/sys



Module Name:    src
Committed By:   kamil
Date:           Mon May  4 23:49:31 UTC 2020

Modified Files:
        src/tests/lib/libc/sys: t_ptrace_wait.c t_ptrace_wait3.c
            t_ptrace_wait4.c t_ptrace_wait6.c t_ptrace_waitid.c
            t_ptrace_waitpid.c
Added Files:
        src/tests/lib/libc/sys: t_ptrace_signal_wait.h

Log Message:
Move signal tests out of t_ptrace_wait.c to t_ptrace_signal_wait.h

The same tests are now included with the preprocessor in t_ptrace_wait.c.

No functional change intended.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/sys/t_ptrace_signal_wait.h
cvs rdiff -u -r1.180 -r1.181 src/tests/lib/libc/sys/t_ptrace_wait.c
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/sys/t_ptrace_wait3.c \
    src/tests/lib/libc/sys/t_ptrace_wait4.c \
    src/tests/lib/libc/sys/t_ptrace_wait6.c \
    src/tests/lib/libc/sys/t_ptrace_waitid.c \
    src/tests/lib/libc/sys/t_ptrace_waitpid.c

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




Home | Main Index | Thread Index | Old Index