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-06-14 14:21:07 -06:00
2019-07-24 15:37:18 -04:00
2019-09-29 10:33:41 -07:00
2019-07-08 15:45:14 -07:00
2019-05-21 10:50:46 +02:00
2019-11-13 15:48:00 +01:00
2019-06-05 17:37:17 +02:00