Mercurial > ecos
diff packages/io/fileio/current/tests/select.c @ 191:678094f34118
Merge from eCos master repository on 2001-10-19-06:43:02-BST
| author | jlarmour |
|---|---|
| date | Fri, 19 Oct 2001 07:02:26 +0000 |
| parents | 0ec04793409a |
| children | e0c0827131d1 |
line wrap: on
line diff
--- a/packages/io/fileio/current/tests/select.c +++ b/packages/io/fileio/current/tests/select.c @@ -45,9 +45,10 @@ //========================================================================== #include <pkgconf/system.h> +#include <pkgconf/isoinfra.h> -#ifndef CYGPKG_POSIX -# define NA_MSG "POSIX package needed to run test" +#ifndef CYGINT_ISO_PTHREAD_IMPL +# define NA_MSG "POSIX threads needed to run test" #endif #include <cyg/infra/testcase.h>
