8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f43446 commit 241cea1Copy full SHA for 241cea1
src/include/port/linux.h
@@ -4,7 +4,7 @@
4
#endif
5
6
7
-#if defined(__i386__)
+#if defined(__i386__) || defined(__x86_64__)
8
typedef unsigned char slock_t;
9
10
#define HAS_TEST_AND_SET
0 commit comments