Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1865 → Rev 1866

/trunk/uspace/libc/arch/mips32/include/context_offset.h
26,6 → 26,3
#define OFFSET_F29 0x58
#define OFFSET_F30 0x5c
 
/** @}
*/
 
/trunk/uspace/libc/arch/mips32/include/psthread.h
26,7 → 26,7
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcmips32
/** @addtogroup libcmips32
* @{
*/
/** @file
33,8 → 33,8
* @ingroup libcmips32eb
*/
 
#ifndef __LIBC__mips32PSTHREAD_H__
#define __LIBC__mips32PSTHREAD_H__
#ifndef LIBC_mips32_PSTHREAD_H_
#define LIBC_mips32_PSTHREAD_H_
 
#include <types.h>
 
86,6 → 86,5
 
#endif
 
/** @}
/** @}
*/
 
/trunk/uspace/libc/arch/mips32/include/atomic.h
26,7 → 26,7
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcmips32
/** @addtogroup libcmips32
* @{
*/
/** @file
33,8 → 33,8
* @ingroup libcmips32eb
*/
 
#ifndef __mips32_ATOMIC_H__
#define __mips32_ATOMIC_H__
#ifndef LIBC_mips32_ATOMIC_H_
#define LIBC_mips32_ATOMIC_H_
 
#define atomic_inc(x) ((void) atomic_add(x, 1))
#define atomic_dec(x) ((void) atomic_add(x, -1))
73,6 → 73,5
 
#endif
 
/** @}
/** @}
*/
 
/trunk/uspace/libc/arch/mips32/include/endian.h
26,7 → 26,7
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcmips32 mips32
/** @addtogroup libcmips32 mips32
* @brief mips32 architecture dependent parts of libc
* @ingroup lc
* @{
34,10 → 34,10
/** @file
*/
 
#ifndef __mips32_ENDIAN_H__
#define __mips32_ENDIAN_H__
#ifndef LIBC_mips32_ENDIAN_H_
#define LIBC_mips32_ENDIAN_H_
 
#ifndef __LIBC__ENDIAN_H__
#ifndef LIBC_ENDIAN_H_
# error "Never use <libarch/endian.h> directly - use <endian.h> instead."
#endif
 
45,7 → 45,5
 
#endif
 
 
/** @}
/** @}
*/
 
/trunk/uspace/libc/arch/mips32/include/stackarg.h
26,7 → 26,7
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcmips32
/** @addtogroup libcmips32
* @{
*/
/** @file
33,8 → 33,8
* @ingroup libcmips32eb
*/
 
#ifndef __LIBC_mips32_STACKARG_H__
#define __LIBC_mips32_STACKARG_H__
#ifndef LIBC_mips32_STACKARG_H_
#define LIBC_mips32_STACKARG_H_
 
/* dont allow to define it second time in stdarg.h */
#define __VARARGS_DEFINED
58,6 → 58,5
 
#endif
 
/** @}
/** @}
*/
 
/trunk/uspace/libc/arch/mips32/include/limits.h
26,7 → 26,7
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcmips32
/** @addtogroup libcmips32
* @{
*/
/** @file
33,8 → 33,8
* @ingroup libcmips32eb
*/
 
#ifndef __mips32__LIMITS_H__
#define __mips32__LIMITS_H__
#ifndef LIBC_mips32__LIMITS_H_
#define LIBC_mips32__LIMITS_H_
 
# define LONG_MIN MIN_INT32
# define LONG_MAX MAX_INT32
43,8 → 43,5
 
#endif
 
 
 
/** @}
/** @}
*/
 
/trunk/uspace/libc/arch/mips32/include/thread.h
26,7 → 26,7
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcmips32
/** @addtogroup libcmips32
* @{
*/
/** @file
35,8 → 35,8
 
/* TLS for MIPS is described in http://www.linux-mips.org/wiki/NPTL */
 
#ifndef __LIBC__mips32THREAD_H__
#define __LIBC__mips32THREAD_H__
#ifndef LIBC_mips32THREAD_H_
#define LIBC_mips32THREAD_H_
 
/* I did not find any specification (neither MIPS nor PowerPC), but
* as I found it
75,6 → 75,5
 
#endif
 
/** @}
/** @}
*/
 
/trunk/uspace/libc/arch/mips32/src/thread.c
26,7 → 26,7
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcmips32
/** @addtogroup libcmips32
* @{
*/
/** @file
56,6 → 56,5
free(tcb);
}
 
/** @}
/** @}
*/