Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
lufia committed Mar 26, 2019
1 parent cab9b82 commit bf58663
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions include/compat/machine/endian.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@
#include <standards.h>
#include <sys/endian.h>

#elif defined(Plan9)
#define LITTLE_ENDIAN 1234
#define BIG_ENDIAN 4321
#define PDP_ENDIAN 3412

// TODO: fix it
#define BYTE_ORDER LITTLE_ENDIAN

#else
#include_next <machine/endian.h>

Expand Down
1 change: 1 addition & 0 deletions mkfile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CFLAGS=-DPlan9\
-D_PLAN9_SOURCE\
-D_BSD_EXTENSION\
-D_SUSV2_SOURCE\
-D_RESEARCH_SOURCE\
-D_REENTRANT_SOURCE\
-D__BEGIN_HIDDEN_DECLS=\
-D__END_HIDDEN_DECLS=\
Expand Down

0 comments on commit bf58663

Please sign in to comment.