diff options
author | sasha@work.mysql.com <> | 2000-08-29 00:02:44 +0200 |
---|---|---|
committer | sasha@work.mysql.com <> | 2000-08-29 00:02:44 +0200 |
commit | 438e8c7c134e3d67034e969a03a200dc4052ee56 (patch) | |
tree | fb21c94869d8126f4a39d371818527238f1cfdc4 /mit-pthreads | |
parent | 1d28a6f1fd02de4ee34816a17463e623c5d46dcf (diff) | |
download | mariadb-git-438e8c7c134e3d67034e969a03a200dc4052ee56.tar.gz |
.del-ac-types.h Delete: mit-pthreads/include/pthread/ac-types.h
.del-config.flags Delete: mit-pthreads/config.flags
Diffstat (limited to 'mit-pthreads')
-rw-r--r-- | mit-pthreads/include/pthread/ac-types.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mit-pthreads/include/pthread/ac-types.h b/mit-pthreads/include/pthread/ac-types.h deleted file mode 100644 index c9dc938f6e8..00000000000 --- a/mit-pthreads/include/pthread/ac-types.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef pthread_size_t -#define pthread_ipaddr_type unsigned int -#define pthread_ipport_type unsigned short -#define pthread_clock_t long -#define pthread_size_t unsigned int -#define pthread_ssize_t int -#define pthread_time_t long -#define pthread_fpos_t long long -#define pthread_off_t long long -#define pthread_va_list void * -#endif |