]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/alpha/bits/typesizes.h
update
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / libpthread / linuxthreads / sysdeps / unix / sysv / linux / alpha / bits / typesizes.h
1 /* bits/typesizes.h -- underlying types for *_t.  Linux/Alpha version.
2    Copyright (C) 2002, 2003 Free Software Foundation, Inc.
3    This file is part of the GNU C Library.
4
5    The GNU C Library is free software; you can redistribute it and/or
6    modify it under the terms of the GNU Lesser General Public
7    License as published by the Free Software Foundation; either
8    version 2.1 of the License, or (at your option) any later version.
9
10    The GNU C Library is distributed in the hope that it will be useful,
11    but WITHOUT ANY WARRANTY; without even the implied warranty of
12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13    Lesser General Public License for more details.
14
15    You should have received a copy of the GNU Lesser General Public
16    License along with the GNU C Library; if not, see
17    <http://www.gnu.org/licenses/>.  */
18
19 #ifndef _BITS_TYPES_H
20 # error "Never include <bits/typesizes.h> directly; use <sys/types.h> instead."
21 #endif
22
23 #ifndef _BITS_TYPESIZES_H
24 #define _BITS_TYPESIZES_H       1
25
26 /* See <bits/types.h> for the meaning of these macros.  This file exists so
27    that <bits/types.h> need not vary across different GNU platforms.  */
28
29 #define __DEV_T_TYPE            __U64_TYPE
30 #define __UID_T_TYPE            __U32_TYPE
31 #define __GID_T_TYPE            __U32_TYPE
32 #define __INO_T_TYPE            __U32_TYPE
33 #define __INO64_T_TYPE          __U64_TYPE
34 #define __MODE_T_TYPE           __U32_TYPE
35 #define __NLINK_T_TYPE          __U32_TYPE
36 #define __OFF_T_TYPE            __SLONGWORD_TYPE
37 #define __OFF64_T_TYPE          __S64_TYPE
38 #define __PID_T_TYPE            __S32_TYPE
39 #define __RLIM_T_TYPE           __ULONGWORD_TYPE
40 #define __RLIM64_T_TYPE         __U64_TYPE
41 #define __BLKCNT_T_TYPE         __U32_TYPE
42 #define __BLKCNT64_T_TYPE       __U64_TYPE
43 #define __FSBLKCNT_T_TYPE       __S32_TYPE
44 #define __FSBLKCNT64_T_TYPE     __S64_TYPE
45 #define __FSFILCNT_T_TYPE       __U32_TYPE
46 #define __FSFILCNT64_T_TYPE     __U64_TYPE
47 #define __ID_T_TYPE             __U32_TYPE
48 #define __CLOCK_T_TYPE          __SLONGWORD_TYPE
49 #define __TIME_T_TYPE           __SLONGWORD_TYPE
50 #define __USECONDS_T_TYPE       __U32_TYPE
51 #define __SUSECONDS_T_TYPE      __S64_TYPE
52 #define __DADDR_T_TYPE          __S32_TYPE
53 #define __SWBLK_T_TYPE          __SLONGWORD_TYPE
54 #define __KEY_T_TYPE            __S32_TYPE
55 #define __CLOCKID_T_TYPE        __S32_TYPE
56 #define __TIMER_T_TYPE          __S32_TYPE
57 #define __BLKSIZE_T_TYPE        __U32_TYPE
58 #define __FSID_T_TYPE           struct { int __val[2]; }
59 #define __SSIZE_T_TYPE          __SWORD_TYPE
60
61 /* Number of descriptors that can fit in an `fd_set'.  */
62 #define __FD_SETSIZE            1024
63
64
65 #endif /* bits/typesizes.h */