Hi ! This patch fixes a compilation warning due to the function "sync_pipe_close" which was not exported.
Regards. R. -- Renaud Lottiaux Kerlabs Bâtiment Germanium 80, avenue des buttes de Coësmes 35700 Rennes - France Phone : (+33|0)6 80 89 19 34 Fax : (+33|0)2 99 84 71 71 Email : [EMAIL PROTECTED] Web : http://www.kerlabs.com/
Index: cvs/include/libtestsuite.h =================================================================== --- cvs.orig/include/libtestsuite.h 2008-06-02 15:55:48.000000000 +0200 +++ cvs/include/libtestsuite.h 2008-06-02 16:38:47.000000000 +0200 @@ -10,3 +10,4 @@ int sync_pipe_create( int fd[]); int sync_pipe_wait( int fd[]); int sync_pipe_notify( int fd[]); +int sync_pipe_close(int fd[]);
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------- 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
