summaryrefslogtreecommitdiff
path: root/lib/libpthread/machdep/hpux-9.03/__stdio.h
blob: 091b065a2e983724e3c72fa0defff8b8d97c64ad (plain)
1
2
3
4
5
6
7
8

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

typedef pthread_fpos_t fpos_t;