Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 1865 → Rev 1866

/trunk/uspace/libc/arch/ia64/include/psthread.h
137,4 → 137,3
 
/** @}
*/
 
/trunk/uspace/libc/arch/ia64/include/atomic.h
32,8 → 32,8
/** @file
*/
 
#ifndef __ia64_ATOMIC_H__
#define __ia64_ATOMIC_H__
#ifndef LIBC_ia64_ATOMIC_H_
#define LIBC_ia64_ATOMIC_H_
 
/** Atomic addition.
*
64,4 → 64,3
 
/** @}
*/
 
/trunk/uspace/libc/arch/ia64/include/endian.h
32,10 → 32,10
/** @file
*/
 
#ifndef __ia64_ENDIAN_H__
#define __ia64_ENDIAN_H__
#ifndef LIBC_ia64_ENDIAN_H_
#define LIBC_ia64_ENDIAN_H_
 
#ifndef __LIBC__ENDIAN_H__
#ifndef LIBC_ENDIAN_H_
# error "Never use <libarch/endian.h> directly - use <endian.h> instead."
#endif
 
43,8 → 43,5
 
#endif
 
 
 
/** @}
*/
 
/trunk/uspace/libc/arch/ia64/include/stackarg.h
32,8 → 32,8
/** @file
*/
 
#ifndef __LIBC__STACKARG_H__
#define __LIBC__STACKARG_H__
#ifndef LIBC_STACKARG_H_
#define LIBC_STACKARG_H_
 
#endif
 
/trunk/uspace/libc/arch/ia64/include/limits.h
32,8 → 32,8
/** @file
*/
 
#ifndef __ia64__LIMITS_H__
#define __ia64__LIMITS_H__
#ifndef LIBC_ia64_LIMITS_H_
#define LIBC_ia64_LIMITS_H_
 
# define LONG_MIN MIN_INT64
# define LONG_MAX MAX_INT64
42,9 → 42,5
 
#endif
 
 
 
 
/** @}
*/
 
/trunk/uspace/libc/arch/ia64/include/stack.h
32,8 → 32,8
/** @file
*/
 
#ifndef __ia64_STACK_H__
#define __ia64_STACK_H__
#ifndef LIBC_ia64_STACK_H_
#define LIBC_ia64_STACK_H_
 
#define STACK_ITEM_SIZE 8
#define STACK_ALIGNMENT 16
44,4 → 44,3
 
/** @}
*/
 
/trunk/uspace/libc/arch/ia64/include/thread.h
32,8 → 32,8
/** @file
*/
 
#ifndef __LIBC__ia64THREAD_H__
#define __LIBC__ia64THREAD_H__
#ifndef LIBC_ia64THREAD_H_
#define LIBC_ia64THREAD_H_
 
#define THREAD_INITIAL_STACK_PAGES_NO 2
 
61,4 → 61,3
 
/** @}
*/