Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   jruoho
Date:           Fri Jul 15 13:54:31 UTC 2011

Modified Files:
        src/distrib/sets/lists/tests: mi
        src/tests/lib/libc/stdlib: Makefile t_getenv.c
Added Files:
        src/tests/lib/libc/stdlib: t_getenv_thread.c

Log Message:
Split out the -lpthread tests to a separate file.

XXX: The only thing gained from this is seeing whether -lpthread breaks
     the getenv(3) family. Yet, a strict hypothesis about this would require
     that the two test files are identical, which they are not.


To generate a diff of this commit:
cvs rdiff -u -r1.375 -r1.376 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.15 -r1.16 src/tests/lib/libc/stdlib/Makefile
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/stdlib/t_getenv.c
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/stdlib/t_getenv_thread.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