Match i386 rev 1.38 with __cplusplus support

This commit is contained in:
peter 2005-03-11 21:46:01 +00:00
parent 985987350f
commit 31049ced01

View File

@ -36,6 +36,10 @@
#include <sys/cdefs.h>
#include <sys/_types.h>
#ifdef __cplusplus
extern "C" {
#endif
/*
* Define the order of 32-bit words in 64-bit words.
*/
@ -188,4 +192,8 @@ __bswap16(__uint16_t _x)
#endif /* __GNUCLIKE_ASM && __GNUCLIKE_BUILTIN_CONSTANT_P */
#ifdef __cplusplus
}
#endif
#endif /* !_MACHINE_ENDIAN_H_ */