diff options
author | monty@mysql.com <> | 2004-05-28 11:02:34 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-05-28 11:02:34 +0300 |
commit | cb5c3f6e2edec10e1f5c5bbd95916976eb30d8f6 (patch) | |
tree | c10531b6c1501a975107ef4e3041b096b17c86e0 /include | |
parent | e734cde6a6af34e6877f24c4d9f60700fc1b4c38 (diff) | |
download | mariadb-git-cb5c3f6e2edec10e1f5c5bbd95916976eb30d8f6.tar.gz |
Added option --config-extra-env to Do-compile
Diffstat (limited to 'include')
-rw-r--r-- | include/my_global.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/my_global.h b/include/my_global.h index f3d39279b8d..b68eaf383a9 100644 --- a/include/my_global.h +++ b/include/my_global.h @@ -158,11 +158,11 @@ C_MODE_END #ifdef HAVE_BROKEN_SNPRINTF /* HPUX 10.20 don't have this defined */ #undef HAVE_SNPRINTF #endif -#ifdef HAVE_BROKEN_PREAD /* - These don't work on HP-UX 11.0 without - installing the kernel patch PHKL_20349 or - greater - */ +#ifdef HAVE_BROKEN_PREAD +/* + pread()/pwrite() are not 64 bit safe on HP-UX 11.0 without + installing the kernel patch PHKL_20349 or greater +*/ #undef HAVE_PREAD #undef HAVE_PWRITE #endif |