On Wednesday 04 June 2008 1:21:19 pm Vernon Mauery wrote:
> On Wednesday 04 June 2008 3:52:31 am Subrata Modak wrote:
> > Vernon,
> > 
> > Can you kindly resend me a clean patch over the latest CVS ?
> 
> It looks like the only thing that didn't apply was the function
> declaration.  It builds (with a warning) and runs just fine.  But
> here is a patch to fix the warning.
> 
> Signed-off-by: Vernon Mauery <[EMAIL PROTECTED]>

A little too hasty there.  Should have used cvs diff -u...
Here is a unified diff.

Signed-off-by: Vernon Mauery <[EMAIL PROTECTED]>

--Vernon
Index: testcases/realtime/include/librttest.h
===================================================================
RCS file: /cvsroot/ltp/ltp/testcases/realtime/include/librttest.h,v
retrieving revision 1.3
diff -u -r1.3 librttest.h
--- testcases/realtime/include/librttest.h      6 May 2008 12:28:48 -0000       
1.3
+++ testcases/realtime/include/librttest.h      4 Jun 2008 20:26:44 -0000
@@ -316,6 +316,11 @@
  */
 void rt_nanosleep(nsec_t ns);
 
+/* rt_nanosleep: sleep until absolute time ns given in
+ * nanoseconds using clock_nanosleep
+ */
+void rt_nanosleep_until(nsec_t ns);
+
 /* rt_gettime: get CLOCK_MONOTONIC time in nanoseconds
  */
 nsec_t rt_gettime();
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to