Skip to content

Commit

Permalink
Change header used for byteorder detection for modern Solaris
Browse files Browse the repository at this point in the history
  • Loading branch information
whorfin committed Sep 21, 2019
1 parent 0dce8a3 commit 5cdb6f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.rst
Expand Up @@ -63,6 +63,7 @@ and agreed to irrevocably license their contributions under the Duktape
* James Swift (https://github.com/phraemer)
* Luis de Bethencourt (https://github.com/luisbg)
* Ian Whyman (https://github.com/v00d00)
* Rick Sayre (https://github.com/whorfin)

Other contributions
===================
Expand Down
2 changes: 1 addition & 1 deletion config/platforms/platform_solaris.h.in
Expand Up @@ -11,7 +11,7 @@
#define DUK_USE_BYTEORDER 3
#endif
#else /* DUK_F_OLD_SOLARIS */
#include <ast/endian.h>
#include <sys/param.h>
#endif /* DUK_F_OLD_SOLARIS */

#include <sys/param.h>
Expand Down

0 comments on commit 5cdb6f9

Please sign in to comment.