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:           Sun Feb 10 02:13:45 UTC 2019

Modified Files:
        src/tests/lib/libc/sys: Makefile t_ptrace_amd64_wait.h
            t_ptrace_i386_wait.h t_ptrace_wait.c t_ptrace_wait.h
            t_ptrace_wait3.c t_ptrace_wait4.c t_ptrace_wait6.c
            t_ptrace_waitid.c t_ptrace_waitpid.c t_ptrace_x86_wait.h

Log Message:
Link t_ptrace_wait* tests with -pthread

While there, bump (c) for ATF ptrace(2) tests.

Add __used in infinite_thread() for consistency with other functions in
the file.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/tests/lib/libc/sys/Makefile
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/sys/t_ptrace_amd64_wait.h
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/sys/t_ptrace_i386_wait.h
cvs rdiff -u -r1.77 -r1.78 src/tests/lib/libc/sys/t_ptrace_wait.c
cvs rdiff -u -r1.13 -r1.14 src/tests/lib/libc/sys/t_ptrace_wait.h
cvs rdiff -u -r1.1 -r1.2 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
cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libc/sys/t_ptrace_x86_wait.h

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