21,11 → 21,11 |
|
/** |
------------ |
CVS : $Id: types.h,v 1.2 2003-03-13 13:41:04 pj Exp $ |
CVS : $Id: types.h,v 1.3 2003-03-17 09:18:55 pj Exp $ |
|
File: $File$ |
Revision: $Revision: 1.2 $ |
Last update: $Date: 2003-03-13 13:41:04 $ |
Revision: $Revision: 1.3 $ |
Last update: $Date: 2003-03-17 09:18:55 $ |
------------ |
|
**/ |
56,11 → 56,6 |
#define __SYS_TYPES_H__ |
|
#include <features.h> |
|
#ifdef __cplusplus |
extern "C" { |
#endif |
|
#include <kernel/types.h> |
#include <kernel/descr.h> |
|
102,9 → 97,13 |
#undef __DJ_uid_t |
#define __DJ_uid_t |
|
__END_DECLS |
|
// for sched_param |
#include <sched.h> |
|
__BEGIN_DECLS |
|
typedef struct { |
// This fields are specified by the posix standard, 13.4.1 |
int contentionscope; |
155,10 → 154,6 |
|
#endif /* !_POSIX_SOURCE */ |
|
#ifdef __cplusplus |
} |
#endif |
|
/* -- */ |
|
typedef __u_quad_t u_quad_t; |