mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-11 23:00:52 +00:00
12 lines
182 B
Diff
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>
|