Vitaly Kuznetsov
e37f9f139f
selftests: kvm: fix build with glibc >= 2.30
Glibc-2.30 gained gettid() wrapper, selftests fail to compile:
lib/assert.c:58:14: error: static declaration of ‘gettid’ follows non-static declaration
58 | static pid_t gettid(void)
| ^~~~~~
In file included from /usr/include/unistd.h:1170,
from include/test_util.h:18,
from lib/assert.c:10:
/usr/include/bits/unistd_ext.h:34:16: note: previous declaration of ‘gettid’ was here
34 | extern __pid_t gettid (void) __THROW;
| ^~~~~~
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-11-13 15:48:00 +01:00
..
2019-10-15 12:30:08 -03:00
2019-09-30 10:53:34 +02:00
2019-09-10 12:31:39 -06:00
2019-10-22 14:42:42 +02:00
2019-09-24 12:36:31 -07:00
2019-10-15 12:44:00 -03:00
2019-10-19 17:09:11 -04:00
2019-09-25 15:23:33 +02:00
2019-11-10 11:55:53 -08:00
2019-09-24 12:39:40 -07:00
2019-11-13 15:48:00 +01:00
2019-10-28 17:51:06 +01:00
2019-10-13 09:38:27 -04:00