]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Make this pass on AIX (untested).
authorNicholas Nethercote <njn@valgrind.org>
Thu, 26 Feb 2009 22:09:53 +0000 (22:09 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Thu, 26 Feb 2009 22:09:53 +0000 (22:09 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9281

memcheck/tests/memalign2.c

index 473c924d514f81a707955bcdab33ce94dca88560..ccda426449424fc8c75bfc8d722a7e8d3216225f 100644 (file)
@@ -20,7 +20,7 @@
 int main ( void )
 {
 #  if defined(_AIX)
-   printf("AIX 5.2 knows about neither memalign() nor posix_memalign().\n");
+   // AIX 5.2 has neither memalign() nor posix_memalign();  do nothing.
 
 #  else
    // Nb: assuming VG_MIN_MALLOC_SZB is 8!