Browse Source

Change header used for byteorder detection for modern Solaris

pull/1514/head
Rick Sayre 5 years ago
parent
commit
5cdb6f9025
  1. 1
      AUTHORS.rst
  2. 2
      config/platforms/platform_solaris.h.in

1
AUTHORS.rst

@ -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
===================

2
config/platforms/platform_solaris.h.in

@ -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>

Loading…
Cancel
Save