diff options
author | unknown <sasha@mysql.sashanet.com> | 2000-12-13 11:58:00 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2000-12-13 11:58:00 -0700 |
commit | 67de70a3c00ad63e56a11e90f91c4283d6d46c57 (patch) | |
tree | 4c5109dc57a9905fbff771160f9f1ac23ea75676 | |
parent | ff124112cfcda4087b6a5786ba6642ddd7d81ae8 (diff) | |
download | mariadb-git-67de70a3c00ad63e56a11e90f91c4283d6d46c57.tar.gz |
global.h Fix for MIT-threads
include/global.h:
Fix for MIT-threads
-rw-r--r-- | include/global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h index fda0b3f0e54..8796f3fc2b1 100644 --- a/include/global.h +++ b/include/global.h @@ -478,6 +478,7 @@ extern double my_atof(const char*); #undef HAVE_MLOCK #undef HAVE_TEMPNAM /* Use ours */ #undef HAVE_PTHREAD_SETPRIO +#undef HAVE_FTRUNCATE #endif /* This is from the old m-machine.h file */ |