Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2540 → Rev 2541

/trunk/uspace/lib/libc/arch/sparc64/include/syscall.h
35,7 → 35,7
#ifndef LIBC_sparc64_SYSCALL_H_
#define LIBC_sparc64_SYSCALL_H_
 
#include <types.h>
#include <sys/types.h>
#include <kernel/syscall/syscall.h>
 
static inline sysarg_t
/trunk/uspace/lib/libc/arch/sparc64/include/atomic.h
35,7 → 35,7
#ifndef LIBC_sparc64_ATOMIC_H_
#define LIBC_sparc64_ATOMIC_H_
 
#include <types.h>
#include <sys/types.h>
 
/** Atomic add operation.
*
/trunk/uspace/lib/libc/arch/sparc64/include/types.h
36,9 → 36,6
#define LIBC_sparc64_TYPES_H_
 
typedef unsigned long sysarg_t;
typedef unsigned long size_t;
typedef signed long ssize_t;
typedef ssize_t off_t;
 
typedef signed char int8_t;
typedef short int int16_t;
/trunk/uspace/lib/libc/arch/sparc64/include/fibril.h
36,7 → 36,7
#define LIBC_sparc64_FIBRIL_H_
 
#include <libarch/stack.h>
#include <types.h>
#include <sys/types.h>
#include <align.h>
 
#define SP_DELTA STACK_WINDOW_SAVE_AREA_SIZE
/trunk/uspace/lib/libc/arch/ia64/include/types.h
36,9 → 36,6
#define LIBC_ia64_TYPES_H_
 
typedef unsigned long long sysarg_t;
typedef unsigned long size_t;
typedef signed long ssize_t;
typedef ssize_t off_t;
 
typedef char int8_t;
typedef short int int16_t;
/trunk/uspace/lib/libc/arch/ia64/include/fibril.h
35,7 → 35,7
#ifndef LIBC_ia64_FIBRIL_H_
#define LIBC_ia64_FIBRIL_H_
 
#include <types.h>
#include <sys/types.h>
#include <align.h>
#include <libarch/stack.h>
#include <libarch/types.h>
/trunk/uspace/lib/libc/arch/arm32/include/types.h
37,9 → 37,6
#define LIBC_arm32_TYPES_H_
 
typedef unsigned int sysarg_t;
typedef unsigned int size_t;
typedef signed int ssize_t;
typedef ssize_t off_t;
 
typedef char int8_t;
typedef short int int16_t;
/trunk/uspace/lib/libc/arch/arm32/include/fibril.h
36,7 → 36,7
#ifndef LIBC_arm32_FIBRIL_H_
#define LIBC_arm32_FIBRIL_H_
 
#include <types.h>
#include <sys/types.h>
#include <align.h>
#include "thread.h"
 
/trunk/uspace/lib/libc/arch/ppc32/include/types.h
36,9 → 36,6
#define LIBC_ppc32_TYPES_H_
 
typedef unsigned int sysarg_t;
typedef unsigned int size_t;
typedef signed int ssize_t;
typedef ssize_t off_t;
 
typedef char int8_t;
typedef short int int16_t;
/trunk/uspace/lib/libc/arch/ppc32/include/fibril.h
35,7 → 35,7
#ifndef LIBC_ppc32_FIBRIL_H_
#define LIBC_ppc32_FIBRIL_H_
 
#include <types.h>
#include <sys/types.h>
 
/* We define our own context_set, because we need to set
* the TLS pointer to the tcb+0x7000
/trunk/uspace/lib/libc/arch/amd64/include/types.h
36,9 → 36,6
#define LIBC_amd64_TYPES_H_
 
typedef unsigned long long sysarg_t;
typedef unsigned long size_t;
typedef signed long ssize_t;
typedef ssize_t off_t;
 
typedef signed char int8_t;
typedef short int int16_t;
/trunk/uspace/lib/libc/arch/amd64/include/fibril.h
35,7 → 35,7
#ifndef LIBC_amd64_FIBRIL_H_
#define LIBC_amd64_FIBRIL_H_
 
#include <types.h>
#include <sys/types.h>
 
/* According to ABI the stack MUST be aligned on
* 16-byte boundary. If it is not, the va_arg calling will
/trunk/uspace/lib/libc/arch/ppc64/include/types.h
36,9 → 36,6
#define LIBC_ppc64_TYPES_H_
 
typedef unsigned long sysarg_t;
typedef unsigned long size_t;
typedef signed long ssize_t;
typedef ssize_t off_t;
 
typedef char int8_t;
typedef short int int16_t;
/trunk/uspace/lib/libc/arch/ppc64/include/fibril.h
35,7 → 35,7
#ifndef LIBC_ppc64_FIBRIL_H_
#define LIBC_ppc64_FIBRIL_H_
 
#include <types.h>
#include <sys/types.h>
 
/* We define our own context_set, because we need to set
* the TLS pointer to the tcb+0x7000
/trunk/uspace/lib/libc/arch/mips32/include/stackarg.h
39,7 → 39,7
/* dont allow to define it second time in stdarg.h */
#define __VARARGS_DEFINED
 
#include <types.h>
#include <sys/types.h>
 
/**
* va_arg macro for MIPS32 - problem is that 64 bit values must be aligned on an 8-byte boundary (32bit values not)
/trunk/uspace/lib/libc/arch/mips32/include/types.h
37,9 → 37,6
#define LIBC_mips32_TYPES_H_
 
typedef unsigned int sysarg_t;
typedef unsigned int size_t;
typedef signed int ssize_t;
typedef ssize_t off_t;
 
typedef char int8_t;
typedef short int int16_t;
/trunk/uspace/lib/libc/arch/mips32/include/fibril.h
36,7 → 36,7
#ifndef LIBC_mips32_FIBRIL_H_
#define LIBC_mips32_FIBRIL_H_
 
#include <types.h>
#include <sys/types.h>
 
/* We define our own context_set, because we need to set
* the TLS pointer to the tcb+0x7000
/trunk/uspace/lib/libc/arch/ia32/include/stackarg.h
40,7 → 40,7
#ifndef LIBC_ia32_STACKARG_H_
#define LIBC_ia32_STACKARG_H_
 
#include <types.h>
#include <sys/types.h>
 
/* dont allow to define it second time in stdarg.h */
#define __VARARGS_DEFINED
/trunk/uspace/lib/libc/arch/ia32/include/types.h
36,9 → 36,6
#define LIBC_ia32_TYPES_H_
 
typedef unsigned int sysarg_t;
typedef unsigned int size_t;
typedef signed int ssize_t;
typedef ssize_t off_t;
 
typedef char int8_t;
typedef short int int16_t;
/trunk/uspace/lib/libc/arch/ia32/include/fibril.h
35,7 → 35,7
#ifndef LIBC_ia32_FIBRIL_H_
#define LIBC_ia32_FIBRIL_H_
 
#include <types.h>
#include <sys/types.h>
 
/* According to ABI the stack MUST be aligned on
* 16-byte boundary. If it is not, the va_arg calling will