OI/sys-apps/v86d/files/00000000-atomic_t.patch

12 lines
207 B
Diff
Raw Normal View History

2019-05-04 11:06:33 +02:00
--- v86d-0.1.10-orig/v86.h
+++ v86d-0.1.10/v86.h
@@ -19,6 +19,8 @@
struct completion;
+typedef struct { int counter; } atomic_t;
+
#include <video/uvesafb.h>
//#define ulog(args...) do {} while (0)