Thanks to visit codestin.com Credit goes to github.com
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 8107299 commit 82a9c9cCopy full SHA for 82a9c9c
src/include/port/freebsd.h
@@ -0,0 +1,30 @@
1
+#define USE_POSIX_TIME
2
+
3
+#if defined(i386)
4
+#define NEED_I386_TAS_ASM
5
+#define HAS_TEST_AND_SET
6
+#endif
7
8
+#if defined(sparc)
9
+#define NEED_SPARC_TAS_ASM
10
11
12
13
+#if defined(vax)
14
+#define NEED_VAX_TAS_ASM
15
16
17
18
+#if defined(__ns32k__)
19
+#define NEED_NS32K_TAS_ASM
20
21
22
23
+#if defined(__m68k__)
24
25
26
27
+#if defined(__mips__)
28
+/* # undef HAS_TEST_AND_SET */
29
30
+typedef unsigned char slock_t;
0 commit comments