Changeset fadd381 in mainline for uspace/libc/arch/ia64


Ignore:
Timestamp:
2006-09-04T20:22:14Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2def788
Parents:
fd85ae5
Message:

Indentation and formatting facelift for libc.
Libc headers now have C99 compliant guards.

Location:
uspace/libc/arch/ia64
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • uspace/libc/arch/ia64/include/atomic.h

    rfd85ae5 rfadd381  
    2727 */
    2828
    29  /** @addtogroup libcia64       
     29/** @addtogroup libcia64       
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef __ia64_ATOMIC_H__
    36 #define __ia64_ATOMIC_H__
     35#ifndef LIBC_ia64_ATOMIC_H_
     36#define LIBC_ia64_ATOMIC_H_
    3737
    3838/** Atomic addition.
     
    6363#endif
    6464
    65  /** @}
     65/** @}
    6666 */
    67 
  • uspace/libc/arch/ia64/include/endian.h

    rfd85ae5 rfadd381  
    2727 */
    2828
    29  /** @addtogroup libcia64       
     29/** @addtogroup libcia64       
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef __ia64_ENDIAN_H__
    36 #define __ia64_ENDIAN_H__
     35#ifndef LIBC_ia64_ENDIAN_H_
     36#define LIBC_ia64_ENDIAN_H_
    3737
    38 #ifndef __LIBC__ENDIAN_H__
     38#ifndef LIBC_ENDIAN_H_
    3939# error "Never use <libarch/endian.h> directly - use <endian.h> instead."
    4040#endif
     
    4444#endif
    4545
    46 
    47 
    48  /** @}
     46/** @}
    4947 */
    50 
  • uspace/libc/arch/ia64/include/limits.h

    rfd85ae5 rfadd381  
    2727 */
    2828
    29  /** @addtogroup libcia64       
     29/** @addtogroup libcia64       
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef __ia64__LIMITS_H__
    36 #define __ia64__LIMITS_H__
     35#ifndef LIBC_ia64_LIMITS_H_
     36#define LIBC_ia64_LIMITS_H_
    3737
    3838# define LONG_MIN MIN_INT64
     
    4343#endif
    4444
    45 
    46 
    47 
    48  /** @}
     45/** @}
    4946 */
    50 
  • uspace/libc/arch/ia64/include/psthread.h

    rfd85ae5 rfadd381  
    136136#endif
    137137
    138  /** @}
     138/** @}
    139139 */
    140 
  • uspace/libc/arch/ia64/include/stack.h

    rfd85ae5 rfadd381  
    2727 */
    2828
    29  /** @addtogroup libcia64       
     29/** @addtogroup libcia64       
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef __ia64_STACK_H__
    36 #define __ia64_STACK_H__
     35#ifndef LIBC_ia64_STACK_H_
     36#define LIBC_ia64_STACK_H_
    3737
    3838#define STACK_ITEM_SIZE                 8
     
    4343#endif
    4444
    45  /** @}
     45/** @}
    4646 */
    47 
  • uspace/libc/arch/ia64/include/stackarg.h

    rfd85ae5 rfadd381  
    2727 */
    2828
    29  /** @addtogroup libcia64       
     29/** @addtogroup libcia64       
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef __LIBC__STACKARG_H__
    36 #define __LIBC__STACKARG_H__
     35#ifndef LIBC_STACKARG_H_
     36#define LIBC_STACKARG_H_
    3737
    3838#endif
  • uspace/libc/arch/ia64/include/thread.h

    rfd85ae5 rfadd381  
    2727 */
    2828
    29  /** @addtogroup libcia64       
     29/** @addtogroup libcia64       
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef __LIBC__ia64THREAD_H__
    36 #define __LIBC__ia64THREAD_H__
     35#ifndef LIBC_ia64THREAD_H_
     36#define LIBC_ia64THREAD_H_
    3737
    3838#define THREAD_INITIAL_STACK_PAGES_NO 2
     
    6060#endif
    6161
    62  /** @}
     62/** @}
    6363 */
    64 
  • uspace/libc/arch/ia64/src/thread.c

    rfd85ae5 rfadd381  
    2727 */
    2828
    29  /** @addtogroup libcia64 ia64
     29/** @addtogroup libcia64 ia64
    3030  * @brief ia64 architecture dependent parts of libc
    3131  * @ingroup lc
     
    6262}
    6363
    64  /** @}
     64/** @}
    6565 */
    66 
Note: See TracChangeset for help on using the changeset viewer.