mailing list of musl libc
 help / color / mirror / code / Atom feed
4442abf4eb95f66e6f6770559a5ad98c711f92ce blob 314 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
#ifdef __BIG_ENDIAN__
  #if __BIG_ENDIAN__
    #define __BYTE_ORDER __BIG_ENDIAN
  #endif
#endif /* __BIG_ENDIAN__ */

#ifdef __LITTLE_ENDIAN__
  #if __LITTLE_ENDIAN__
    #define __BYTE_ORDER __LITTLE_ENDIAN
  #endif
#endif /* __LITTLE_ENDIAN__ */

#ifndef __BYTE_ORDER
  #define __BYTE_ORDER __BIG_ENDIAN
#endif
debug log:

solving 4442abf ...
found 4442abf in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).