aboutsummaryrefslogtreecommitdiffstats
path: root/testing/criu/unknown-type__uid_t.patch
blob: ff4879e69fb3927803cb012b51564c134d1bf909 (plain)
1
2
3
4
5
6
7
8
9
10
--- criu-2.6/test/zdtm/static/pid00.c
+++ criu-2.6/test/zdtm/static/pid00.c.new
@@ -1,4 +1,7 @@
 #define _GNU_SOURCE
+#ifndef __GLIBC__
+        typedef unsigned int __uid_t;
+#endif
 #include <errno.h>
 #include <unistd.h>
 #include <sys/types.h>