From 5222488573e3ba8c2eceffe29f878a73a3a81694 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 26 Sep 2017 07:49:17 +0200 Subject: posix: Implement self-contained POSIX condvar POSIX condition variables are now available in all configurations and no longer depend on --enable-posix. Update #2514. Update #3113. --- c/src/ada-tests/samples/base_mp/config.h | 1 - 1 file changed, 1 deletion(-) (limited to 'c/src/ada-tests/samples/base_mp/config.h') diff --git a/c/src/ada-tests/samples/base_mp/config.h b/c/src/ada-tests/samples/base_mp/config.h index d5ae258199..5bc381d1e6 100644 --- a/c/src/ada-tests/samples/base_mp/config.h +++ b/c/src/ada-tests/samples/base_mp/config.h @@ -25,7 +25,6 @@ #define CONFIGURE_MAXIMUM_POSIX_THREADS 10 #define CONFIGURE_MAXIMUM_POSIX_KEYS 10 #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 -#define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 /* * Put the overrides of default configuration parameters here. -- cgit v1.2.3