Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
Commits
fc30490f
Commit
fc30490f
authored
Oct 05, 2016
by
NiteHawk
Committed by
GitHub
Oct 05, 2016
Browse files
Merge pull request #59 from evadot/master
Fix portable_endian.h for building on FreeBSD
parents
89dac0f7
043761b4
Changes
1
Show whitespace changes
Inline
Side-by-side
include/portable_endian.h
View file @
fc30490f
...
...
@@ -41,11 +41,11 @@
# define __LITTLE_ENDIAN LITTLE_ENDIAN
# define __PDP_ENDIAN PDP_ENDIAN
#elif defined(__OpenBSD__)
#elif defined(__OpenBSD__)
|| defined(__FreeBSD__)
# include <sys/endian.h>
#elif defined(__NetBSD__) ||
defined(__FreeBSD__) ||
defined(__DragonFly__)
#elif defined(__NetBSD__) || defined(__DragonFly__)
# include <sys/endian.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment