We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc2109 commit 5d782fbCopy full SHA for 5d782fb
src/lockers/locker/fdefine.locker.c
@@ -9,7 +9,7 @@
9
DtwLocker *newDtwLocker(){
10
11
DtwLocker *self = (DtwLocker*)malloc(sizeof(DtwLocker));
12
-#if defined(____) || defined(__APPLE__)
+#if defined(__linux__) || defined(__APPLE__)
13
self->locker = newFlockLocker();
14
#endif
15
#ifdef _WIN32
0 commit comments