PERFORCE change 168818 for review

Stanislav Sedov stas at FreeBSD.org
Wed Sep 23 14:24:27 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=168818

Change 168818 by stas at stas_yandex on 2009/09/23 14:24:18

	- Fix hellgrind test suite build.

Affected files ...

.. //depot/projects/valgrind/helgrind/tests/tc20_verifywrap.c#3 edit

Differences ...

==== //depot/projects/valgrind/helgrind/tests/tc20_verifywrap.c#3 (text+ko) ====

@@ -18,7 +18,7 @@
 #include <pthread.h>
 #include <semaphore.h>
 
-#if !defined(_AIX) && !defined(__APPLE__)
+#if !defined(_AIX) && !defined(__APPLE__) && !defined(__FreeBSD__)
 
 #if !defined(__GLIBC_PREREQ)
 # error "This program needs __GLIBC_PREREQ (in /usr/include/features.h)"


More information about the p4-projects mailing list