Changeset afbe96a in mainline for libc/arch/mips32/include/types.h


Ignore:
Timestamp:
2006-07-04T17:18:24Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0166e99
Parents:
09087d2
Message:

Replace old u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/arch/mips32/include/types.h

    r09087d2 rafbe96a  
    2727 */
    2828
    29  /** @addtogroup libcmips32     
     29/** @addtogroup libcmips32     
    3030 * @{
    3131 */
    3232/** @file
    33  * @ingroup libcmips32eb       
     33 * @ingroup libcmips32eb
    3434 */
    3535
    36 #ifndef __LIBC__TYPES_H__
    37 #define __LIBC__TYPES_H__
     36#ifndef LIBC_mips32_TYPES_H_
     37#define LIBC_mips32_TYPES_H_
    3838
    3939typedef unsigned int sysarg_t;
     
    5252typedef unsigned long long int uint64_t;
    5353
     54typedef uint32_t uintptr_t;
     55
    5456#endif
    5557
    56  /** @}
     58/** @}
    5759 */
    58 
Note: See TracChangeset for help on using the changeset viewer.