Skip to content

Commit bf58663

Browse files
committed
refine
1 parent cab9b82 commit bf58663

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

include/compat/machine/endian.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@
3232
#include <standards.h>
3333
#include <sys/endian.h>
3434

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-
4335
#else
4436
#include_next <machine/endian.h>
4537

mkfile.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CFLAGS=-DPlan9\
44
-D_PLAN9_SOURCE\
55
-D_BSD_EXTENSION\
66
-D_SUSV2_SOURCE\
7+
-D_RESEARCH_SOURCE\
78
-D_REENTRANT_SOURCE\
89
-D__BEGIN_HIDDEN_DECLS=\
910
-D__END_HIDDEN_DECLS=\

0 commit comments

Comments
 (0)