|
From: Tom H. <th...@cy...> - 2004-06-14 13:15:49
|
CVS commit by thughes: Include config.h so that the test for semtimedop works. M +1 -0 sem.c 1.3 --- valgrind/none/tests/sem.c #1.2:1.3 @@ -1,4 +1,5 @@ #define _GNU_SOURCE +#include <config.h> #include <errno.h> #include <stdio.h> |