Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libc tests: dynthr_mod: fix some WARNS issues | Kyle Evans | 2020-09-09 | 1 | -1/+3 |
| | | | | | | | | | | | | | | This is being addressed as part of a side-patch I'm working on that builds all the things with WARNS=6, instead of relying on it being supplied in just shallow parts of the build with higher-level Makefile.inc. Provide a prototype for mod_main and annotate the thread function argument as unused. MFC after: 1 week Notes: svn path=/head/; revision=365494 | ||||
* | libc/tests: Add test case for jemalloc/libthr bug fixed in r343566 | Kyle Evans | 2019-01-31 | 1 | -0/+71 |
Submitted by: Andrew Gierth (original reproducer; kevans massaged for atf) Reviewed by: kib MFC after: 2 weeks X-MFC-with: r343566 (or after) Differential Revision: https://reviews.freebsd.org/D19027 Notes: svn path=/head/; revision=343599 |