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
..
2018-10-26 16:26:32 -07:00
2019-10-15 12:30:08 -03:00
2019-09-30 10:53:34 +02:00
2019-08-12 17:14:14 -03:00
2019-09-10 12:31:39 -06:00
2019-01-08 16:29:52 -07:00
2019-05-30 11:26:35 -07:00
2019-07-12 12:24:03 -07:00
2019-10-22 14:42:42 +02:00
2019-09-24 12:36:31 -07:00
2019-08-18 20:45:57 +01:00
2019-10-15 12:44:00 -03:00
2019-05-23 10:25:26 -06:00
2019-06-19 17:09:53 +02:00
2019-06-19 17:11:22 +02:00
2019-07-25 20:07:52 +02:00
2019-10-19 17:09:11 -04:00
2019-08-09 10:28:57 -07:00
2019-09-25 15:23:33 +02:00
2019-07-15 20:44:49 -07:00
2019-06-19 17:09:08 +02:00
2019-11-10 11:55:53 -08:00
2019-09-24 12:39:40 -07:00
2019-07-23 09:04:54 -03:00
2019-05-30 11:29:19 -07:00
2019-11-13 15:48:00 +01:00
2019-05-24 17:37:52 +02:00
2019-06-05 17:36:37 +02:00
2019-10-28 17:51:06 +01:00
2019-10-13 09:38:27 -04:00
2019-07-12 11:05:46 -07:00
2019-06-19 17:09:55 +02:00
2019-08-14 10:59:59 -03:00