Changeset cfa70add in mainline for uspace/libc/arch/sparc64/include/endian.h
- Timestamp:
- 2006-09-03T23:37:14Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fd85ae5
- Parents:
- 002e613
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/libc/arch/sparc64/include/endian.h
r002e613 rcfa70add 27 27 */ 28 28 29 29 /** @addtogroup libcsparc64 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __sparc64_ENDIAN_H__36 #define __sparc64_ENDIAN_H__35 #ifndef LIBC_sparc64_ENDIAN_H_ 36 #define LIBC_sparc64_ENDIAN_H_ 37 37 38 38 #ifndef __LIBC__ENDIAN_H__ … … 44 44 #endif 45 45 46 46 /** @} 47 47 */ 48
Note:
See TracChangeset
for help on using the changeset viewer.