summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2004-05-28 09:06:19 +0300
committerunknown <heikki@hundin.mysql.fi>2004-05-28 09:06:19 +0300
commite356f66412b1aa0ef68d0992cacac2d4dd5b361e (patch)
tree168ef1b31f5bf8e713f93d2f23a4931a87660ca9 /include
parentd1306dfa9df20972f20d1973042e0164a3183919 (diff)
downloadmariadb-git-e356f66412b1aa0ef68d0992cacac2d4dd5b361e.tar.gz
my_global.h:
Improved a comment about HAVE_BROKEN_PREAD: pread() only works on HP-UX 11.0 if one installs kernel patch PHKL_20349 or greater include/my_global.h: Improved a comment about HAVE_BROKEN_PREAD: pread() only works on HP-UX 11.0 if one installs kernel patch PHKL_20349 or greater
Diffstat (limited to 'include')
-rw-r--r--include/my_global.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/my_global.h b/include/my_global.h
index 4964c5dae56..f3d39279b8d 100644
--- a/include/my_global.h
+++ b/include/my_global.h
@@ -158,7 +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 doesn't work on HPUX 11.x */
+#ifdef HAVE_BROKEN_PREAD /*
+ These don't work on HP-UX 11.0 without
+ installing the kernel patch PHKL_20349 or
+ greater
+ */
#undef HAVE_PREAD
#undef HAVE_PWRITE
#endif