Changeset 85882fc in mainline


Ignore:
Timestamp:
2006-04-27T11:16:37Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2991efd
Parents:
07b3d93f
Message:

Definition of endianness moved to architecture dependent subdirectory.
Deleted link from mips32eb/include to mips32/include. It will be
fixed in next commit due to problems with svn.

Location:
libc
Files:
5 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • libc/include/endian.h

    r07b3d93f r85882fc  
    2727 */
    2828
    29 #ifndef __LIBC__ENDIANS_H__
    30 #define __LIBC__ENDIANS_H__
     29#ifndef __LIBC__ENDIAN_H__
     30#define __LIBC__ENDIAN_H__
    3131
    3232#define __LITTLE_ENDIAN 1234
     
    3434#define __PDP_ENDIAN    3412
    3535
    36 /* TODO: move it to arch dependent directory */
    37 #define __BYTE_ORDER __LITTLE_ENDIAN
     36#include <libarch/endian.h>
    3837
    3938#endif
     39
Note: See TracChangeset for help on using the changeset viewer.