summaryrefslogtreecommitdiff
path: root/mit-pthreads/machdep/openbsd-2.0/__stdio.h
blob: d60b9df7a547ad9c627b97b9d6d298fd86eb688d (plain)
1
2
3
4
5
6
7
8

#include <machine/ansi.h>
#ifdef  _BSD_SIZE_T_
typedef _BSD_SIZE_T_    size_t;
#undef  _BSD_SIZE_T_
#endif

typedef pthread_fpos_t fpos_t;      /* Must match off_t <sys/types.h> */