Florian Weimer 2df1b9804b quick_exit tests: Do not use C++ headers
If C++ headers such as <cstdlib> or <thread> are used, GCC 6
will include /usr/include/stdlib.h (instead of stdlib/stdlib.h
in the glibc source directory), and this turns up as a make
dependency.  An implicit rule will kick in and make will try to
install stdlib/stdlib.h as /usr/include/stdlib.h because the
target is out of date.

This commit switches to <stdlib.h> and <pthread.h> instead of
<cstdlib> and <thread>.
2016-06-09 12:09:43 +02:00
..
2016-01-07 17:29:17 -05:00
2016-01-15 11:07:41 -07:00
2014-12-29 23:14:38 -05:00
2016-05-23 14:13:11 -05:00