Skip to content
Snippets Groups Projects
Commit cb792343 authored by Tom Lane's avatar Tom Lane
Browse files

Apparently HPUX runs the IA64 in big-endian mode.

parent 3475fd11
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,9 @@
#elif defined(__ia64)
/* HPUX runs IA64 in big-endian mode */
#ifndef BYTE_ORDER
#define BYTE_ORDER LITTLE_ENDIAN
#define BYTE_ORDER BIG_ENDIAN
#endif
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment