public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP]  [PATCH] testfrmw/testfrmw.c : include head file
@ 2013-02-27  3:34 DAN LI
  2013-02-27  7:58 ` Wanlong Gao
  0 siblings, 1 reply; 2+ messages in thread
From: DAN LI @ 2013-02-27  3:34 UTC (permalink / raw)
  To: LTP list


Include stdarg.h, since va_start & va_end are called in this src file.

Signed-off-by: DAN LI <li.dan@cn.fujitsu.com>
---
 .../open_posix_testsuite/conformance/interfaces/testfrmw/testfrmw.c      | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/testfrmw.c
b/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/testfrmw.c
index b78115e..18cb636 100644
--- a/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/testfrmw.c
+++ b/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/testfrmw.c
@@ -29,6 +29,7 @@
 #include <time.h>
 #include <sys/types.h>
 #include <pthread.h>
+#include <stdarg.h>

 /* We use a mutex to avoid conflicts in traces */
 static pthread_mutex_t m_trace = PTHREAD_MUTEX_INITIALIZER;
-- 
1.7.12

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [LTP] [PATCH] testfrmw/testfrmw.c : include head file
  2013-02-27  3:34 [LTP] [PATCH] testfrmw/testfrmw.c : include head file DAN LI
@ 2013-02-27  7:58 ` Wanlong Gao
  0 siblings, 0 replies; 2+ messages in thread
From: Wanlong Gao @ 2013-02-27  7:58 UTC (permalink / raw)
  To: DAN LI; +Cc: LTP list

On 02/27/2013 11:34 AM, DAN LI wrote:
> Include stdarg.h, since va_start & va_end are called in this src file.
> 
> Signed-off-by: DAN LI <li.dan@cn.fujitsu.com>

Applied, thanks.

Wanlong Gao


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-27  7:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-27  3:34 [LTP] [PATCH] testfrmw/testfrmw.c : include head file DAN LI
2013-02-27  7:58 ` Wanlong Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox