X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-cond.c;h=87cb17f5ff171352b1d26c9cae2a965341487b7d;hb=1a86c594b0d0e5c65899f1bbe1cca36d501ca5d3;hp=4981708a52cab64de6a2968768d6bb11517bc3f7;hpb=46dab95383d42b0691d41b96cc43c131695308c9;p=gnulib.git diff --git a/tests/test-cond.c b/tests/test-cond.c index 4981708a5..87cb17f5f 100644 --- a/tests/test-cond.c +++ b/tests/test-cond.c @@ -1,5 +1,5 @@ /* Test of condition variables in multithreaded situations. - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -198,9 +198,12 @@ main () /* No multithreading available. */ +#include + int main () { + fputs ("Skipping test: multithreading not enabled\n", stderr); return 77; }