diff options
Diffstat (limited to 'mit-pthreads/machdep/ultrix-4.2/__stdio.h')
-rwxr-xr-x | mit-pthreads/machdep/ultrix-4.2/__stdio.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mit-pthreads/machdep/ultrix-4.2/__stdio.h b/mit-pthreads/machdep/ultrix-4.2/__stdio.h deleted file mode 100755 index 3f6aee47de3..00000000000 --- a/mit-pthreads/machdep/ultrix-4.2/__stdio.h +++ /dev/null @@ -1,7 +0,0 @@ - -#if ! defined(_SIZE_T_) -#define _SIZE_T_ -typedef pthread_size_t size_t; -#endif - -typedef pthread_fpos_t fpos_t; |