We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab9b82 commit bf58663Copy full SHA for bf58663
include/compat/machine/endian.h
@@ -32,14 +32,6 @@
32
#include <standards.h>
33
#include <sys/endian.h>
34
35
-#elif defined(Plan9)
36
-#define LITTLE_ENDIAN 1234
37
-#define BIG_ENDIAN 4321
38
-#define PDP_ENDIAN 3412
39
-
40
-// TODO: fix it
41
-#define BYTE_ORDER LITTLE_ENDIAN
42
43
#else
44
#include_next <machine/endian.h>
45
mkfile.proto
@@ -4,6 +4,7 @@ CFLAGS=-DPlan9\
4
-D_PLAN9_SOURCE\
5
-D_BSD_EXTENSION\
6
-D_SUSV2_SOURCE\
7
+ -D_RESEARCH_SOURCE\
8
-D_REENTRANT_SOURCE\
9
-D__BEGIN_HIDDEN_DECLS=\
10
-D__END_HIDDEN_DECLS=\
0 commit comments