~mysql/mysql-server/mysql-6.0

« back to all changes in this revision

Viewing changes to mit-pthreads/machdep/ultrix-4.2/__stdio.h

  • Committer: bk at mysql
  • Date: 2000-07-31 19:29:14 UTC
  • Revision ID: sp1r-bk@work.mysql.com-20000731192914-08846
Import changeset

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#if ! defined(_SIZE_T_)
 
3
#define _SIZE_T_
 
4
typedef pthread_size_t  size_t;
 
5
#endif
 
6
 
 
7
typedef pthread_fpos_t fpos_t;