|
From: <sv...@va...> - 2009-04-29 23:57:46
|
Author: njn Date: 2009-04-30 00:57:43 +0100 (Thu, 30 Apr 2009) New Revision: 9684 Log: Merge r9664 (DRD tweak) from the trunk. Modified: branches/DARWIN/drd/tests/pth_create_glibc_2_0.c Modified: branches/DARWIN/drd/tests/pth_create_glibc_2_0.c =================================================================== --- branches/DARWIN/drd/tests/pth_create_glibc_2_0.c 2009-04-29 23:51:46 UTC (rev 9683) +++ branches/DARWIN/drd/tests/pth_create_glibc_2_0.c 2009-04-29 23:57:43 UTC (rev 9684) @@ -1,4 +1,9 @@ -/* Test program that invokes pthread_create@GLIBC_2.0(). */ +/* + * Test program that invokes pthread_create@GLIBC_2.0(). + * + * Note: pthread_create@GLIBC_2.0() is only available in 32-bit glibc versions, + * not in 64-bit versions. + */ #include <pthread.h> |