On Sun, 9 Mar 2008 01:02:54 +0100 Robert Schwebel <[EMAIL PROTECTED]> wrote:

> This file uses pthread_mutex_lock(), which needs posix.h.

                                                   pthread.h?

  Other than that, makes sense.

  Acked-by Sebastien Dugue <[EMAIL PROTECTED]>

> 
> Signed-off-by: Robert Schwebel <[EMAIL PROTECTED]>
> 
> ---
>  testcases/realtime/func/async_handler/async_handler_tsc.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> Index: 
> ltp-full-20080229/testcases/realtime/func/async_handler/async_handler_tsc.c
> ===================================================================
> --- 
> ltp-full-20080229.orig/testcases/realtime/func/async_handler/async_handler_tsc.c
>   2008-02-29 08:55:42.000000000 +0100
> +++ 
> ltp-full-20080229/testcases/realtime/func/async_handler/async_handler_tsc.c   
>     2008-03-09 00:34:18.000000000 +0100
> @@ -47,6 +47,7 @@
>  #include <stdlib.h>
>  #include <math.h>
>  #include <stdint.h>
> +#include <pthread.h>
>  #include <librttest.h>
>  #include <libjvmsim.h>
>  #include <libstats.h>
> 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to