Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1688 → Rev 1689

/shark/trunk/include/bits/endian.h
53,5 → 53,5
#define _QUAD_LOWWORD 0
#endif
 
#include "../../oslib/libm/machine/endian.h"
#include <arch/endian.h>
 
/shark/trunk/include/bits/limits.h
48,7 → 48,7
#ifndef _BITS_LIMITS_H
#define _BITS_LIMITS_H
 
#include <ll/limits.h>
#include <arch/limits.h>
 
#define FILENAME_MAX 1024
#define FOPEN_MAX 20
/shark/trunk/include/bits/errno.h
83,7 → 83,7
#ifndef __BITS_ERRNO_H__
#define __BITS_ERRNO_H__
 
#include <ll/errno.h>
#include <arch/errno.h>
 
/*---------------------------------------------------------------------*/
/* Abort values */