~ubuntu-branches/ubuntu/natty/eglibc/natty-security

« back to all changes in this revision

Viewing changes to sysdeps/x86_64/bits/endian.h

  • Committer: Bazaar Package Importer
  • Author(s): Aurelien Jarno
  • Date: 2009-05-05 09:54:14 UTC
  • Revision ID: james.westby@ubuntu.com-20090505095414-c45qsg9ixjheohru
ImportĀ upstreamĀ versionĀ 2.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* x86_64 is little-endian.  */
 
2
 
 
3
#ifndef _ENDIAN_H
 
4
# error "Never use <bits/endian.h> directly; include <endian.h> instead."
 
5
#endif
 
6
 
 
7
#define __BYTE_ORDER __LITTLE_ENDIAN