----- Original Message -----
> From: "Gary S. Robertson" <gary.robert...@linaro.org>
> To: ltp-list@lists.sourceforge.net
> Cc: "mike holmes" <mike.hol...@linaro.org>
> Sent: Tuesday, 30 September, 2014 11:15:59 PM
> Subject: [LTP] [PATCH] Realtime tests: Fix bad priority inheritance   
> conditionals
> 
> From: "Gary S. Robertson" <gary.robert...@linaro.org>
> 
> testcases/realtime/lib/librttest.c and
> testcases/realtime/stress/pi-tests/testpi-3.c
> both 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 <gary.robert...@linaro.org>

Pushed.

Thank you,
Jan

> ---
>  testcases/realtime/lib/librttest.c            |    2 +-
>  testcases/realtime/stress/pi-tests/testpi-3.c |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/testcases/realtime/lib/librttest.c
> b/testcases/realtime/lib/librttest.c
> index c175148..3679058 100644
> --- a/testcases/realtime/lib/librttest.c
> +++ b/testcases/realtime/lib/librttest.c
> @@ -586,7 +586,7 @@ void *busy_work_us(int us)
>  
>  void init_pi_mutex(pthread_mutex_t * m)
>  {
> -#if HAVE_DECL_PTHREAD_PRIO_INHERIT
> +#if HAS_PRIORITY_INHERIT
>       pthread_mutexattr_t attr;
>       int ret;
>       int protocol;
> diff --git a/testcases/realtime/stress/pi-tests/testpi-3.c
> b/testcases/realtime/stress/pi-tests/testpi-3.c
> index 30f38f6..e483945 100644
> --- a/testcases/realtime/stress/pi-tests/testpi-3.c
> +++ b/testcases/realtime/stress/pi-tests/testpi-3.c
> @@ -365,7 +365,7 @@ int main(int argc, char *argv[])
>  
>       printf("Start %s\n", argv[0]);
>  
> -#if HAVE_DECL_PTHREAD_PRIO_INHERIT
> +#if HAS_PRIORITY_INHERIT
>       if (!nopi) {
>               pthread_mutexattr_t mutexattr;
>               int protocol;
> --
> 1.7.9.5
> 
> 
> ------------------------------------------------------------------------------
> Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
> Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
> Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
> Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
> http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
> _______________________________________________
> Ltp-list mailing list
> Ltp-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ltp-list
> 

------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to