summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/bits/kernel_types.h
blob: c48ea85a668f0e918c84bf279c999afa7ef957e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _BITS_KERNEL_TYPES_H
#define _BITS_KERNEL_TYPES_H

/* Sigh.  We need to carefully wrap this one... */
#warning You really should include a proper bits/kernel_types.h for your architecture 

#ifndef __GLIBC__
#define __GLIBC__ 2
#include <asm/posix_types.h>
#undef __GLIBC__
#else
#include <asm/posix_types.h>
#endif


#endif /* _BITS_KERNEL_TYPES_H */