From: "Gary S. Robertson" <[email protected]> testcases/realtime/func/pi-tests/testpi-5.c referenced a non-existent autoconf configuration setting variable. Replaced the invalid variable name with the variable actually created by autoconf.
Signed-off-by: Gary S. Robertson <[email protected]> --- testcases/realtime/func/pi-tests/testpi-5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcases/realtime/func/pi-tests/testpi-5.c b/testcases/realtime/func/pi-tests/testpi-5.c index a1d93cc..a524864 100644 --- a/testcases/realtime/func/pi-tests/testpi-5.c +++ b/testcases/realtime/func/pi-tests/testpi-5.c @@ -69,7 +69,7 @@ int do_test(int argc, char **argv) pthread_mutexattr_t mutexattr; int retc, protocol; -#if HAS_PTHREAD_MUTEXATTR_PROTOCOL_FUNCTIONS +#if HAS_PRIORITY_INHERIT if (pthread_mutexattr_init(&mutexattr) != 0) printf("Failed to init mutexattr\n"); -- 1.7.9.5 ------------------------------------------------------------------------------ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
