diff options
author | unknown <monty@tik.> | 2002-05-08 12:19:41 +0300 |
---|---|---|
committer | unknown <monty@tik.> | 2002-05-08 12:19:41 +0300 |
commit | cf6d11afbf9c0dc0f2d939e48bf8b8ce5775be43 (patch) | |
tree | ad8929c8dcb282e41dcd4b753af9b9132829bea4 | |
parent | 6c6ae10e7532e3630396160ccb41f79ce8ce001c (diff) | |
download | mariadb-git-cf6d11afbf9c0dc0f2d939e48bf8b8ce5775be43.tar.gz |
Add missing pthreadtypes.h file to mit-pthreads
BitKeeper/etc/ignore:
Added mit-pthreads/config.flags to the ignore list
-rw-r--r-- | .bzrignore | 1 | ||||
-rw-r--r-- | mit-pthreads/machdep/linux-2.0/extra/bits/pthreadtypes.h | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 04c1001c1e5..05b31187d09 100644 --- a/.bzrignore +++ b/.bzrignore @@ -306,3 +306,4 @@ tmp/* bdb/include/db_ext.h bdb/include/mutex_ext.h mit-pthreads/syscall.S +mit-pthreads/config.flags diff --git a/mit-pthreads/machdep/linux-2.0/extra/bits/pthreadtypes.h b/mit-pthreads/machdep/linux-2.0/extra/bits/pthreadtypes.h new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/mit-pthreads/machdep/linux-2.0/extra/bits/pthreadtypes.h |