0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-01 21:10:41 +00:00
Files
termux-packages/packages/boinc/lib-synch.cpp.patch
2024-04-27 17:09:29 +08:00

12 lines
182 B
Diff

--- a/lib/synch.cpp
+++ b/lib/synch.cpp
@@ -18,7 +18,7 @@
// interfaces for accessing sempahores
-#ifndef ANDROID
+#ifndef __ANDROID__
#include "config.h"
#include <cstdio>