summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2004-05-28 11:02:34 +0300
committerunknown <monty@mysql.com>2004-05-28 11:02:34 +0300
commit606cb09d86413fa13c98c9ebd0bfc50379a01a65 (patch)
treec10531b6c1501a975107ef4e3041b096b17c86e0 /include
parente356f66412b1aa0ef68d0992cacac2d4dd5b361e (diff)
downloadmariadb-git-606cb09d86413fa13c98c9ebd0bfc50379a01a65.tar.gz
Added option --config-extra-env to Do-compile
Build-tools/Do-compile: Added option --config-extra-env include/my_global.h: Cleaned up comment to follow same indentation style as the rest of the code
Diffstat (limited to 'include')
-rw-r--r--include/my_global.h10
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