summaryrefslogtreecommitdiff
path: root/mit-pthreads/machdep/linux-2.0/__stdio.h
blob: 38deb337038316de980d9586e4df69c2209341e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

#ifndef _SIZE_T 
#define _SIZE_T
typedef pthread_size_t  size_t;
#endif

/* Hack for configuration with libgcc 2.2 */
#ifndef pthread_fpos_t
#define pthread_fpos_t long
#endif

typedef pthread_fpos_t fpos_t;