summaryrefslogtreecommitdiff
path: root/mit-pthreads/machdep/alpha-osf1/__stdio.h
blob: 39801b125c844e6274c109979065d6c2033071e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
  
#ifndef _FPOS_T 
#define _FPOS_T
typedef pthread_fpos_t fpos_t;      /* Must match off_t <sys/types.h> */
#endif

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

#define HAVE_SYS_ERRLIST_WITHOUT_CONST