diff options
author | unknown <brian@zim.(none)> | 2006-04-16 01:50:25 -0700 |
---|---|---|
committer | unknown <brian@zim.(none)> | 2006-04-16 01:50:25 -0700 |
commit | 2623949e12a76935b365af2737634630461a61f7 (patch) | |
tree | 0302df0e47ad8749257dda529e671c3500a58983 /mysys/my_file.c | |
parent | cc62983ca2be9fe0559d3f5a326bb7284c08c4cb (diff) | |
download | mariadb-git-2623949e12a76935b365af2737634630461a61f7.tar.gz |
This completes the work done in 5.0 to remove mit_pthread support (most was pulled in 5.0, but there were some pieces left in the tree)
include/my_global.h:
mit_thread removal
include/my_pthread.h:
mit_thread removal
mysys/my_file.c:
mit_thread removal
mysys/my_pthread.c:
Removal of mit_thread
mysys/my_thr_init.c:
Removal of mit_thread
Diffstat (limited to 'mysys/my_file.c')
-rw-r--r-- | mysys/my_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_file.c b/mysys/my_file.c index 28d77cdf8b8..4c333c7d7db 100644 --- a/mysys/my_file.c +++ b/mysys/my_file.c @@ -33,7 +33,7 @@ May be more or less than max_file_limit! */ -#if defined(HAVE_GETRLIMIT) && defined(RLIMIT_NOFILE) && !defined(HAVE_mit_thread) +#if defined(HAVE_GETRLIMIT) && defined(RLIMIT_NOFILE) #ifndef RLIM_INFINITY #define RLIM_INFINITY ((uint) 0xffffffff) |