diff options
author | sasha@mysql.sashanet.com <> | 2000-12-13 11:58:00 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2000-12-13 11:58:00 -0700 |
commit | 8f9754873da0fc066c85240e214a844a4de2af9f (patch) | |
tree | 4c5109dc57a9905fbff771160f9f1ac23ea75676 /include/global.h | |
parent | 8b59d245ea003eb184755503cadb7fa81c7708dd (diff) | |
download | mariadb-git-8f9754873da0fc066c85240e214a844a4de2af9f.tar.gz |
global.h Fix for MIT-threads
Diffstat (limited to 'include/global.h')
-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 */ |