From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194] helo=mx.sourceforge.net) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.74) (envelope-from ) id 1PsAa4-000340-Bl for ltp-list@lists.sourceforge.net; Wed, 23 Feb 2011 09:00:20 +0000 Received: from [222.73.24.84] (helo=song.cn.fujitsu.com) by sog-mx-4.v43.ch3.sourceforge.com with esmtp (Exim 4.74) id 1PsAa2-0003sV-LO for ltp-list@lists.sourceforge.net; Wed, 23 Feb 2011 09:00:20 +0000 Message-ID: <4D64CCAF.6050003@cn.fujitsu.com> Date: Wed, 23 Feb 2011 17:00:31 +0800 From: Peng Haitao MIME-Version: 1.0 Subject: [LTP] [PATCH] common_j_h.c: add a missing ";" List-Id: Linux Test Project General Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-list-bounces@lists.sourceforge.net To: Garrett Cooper Cc: ltp-list@lists.sourceforge.net Hi Garrett, Signed-off-by: Peng Haitao --- testcases/kernel/syscalls/utils/common_j_h.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/testcases/kernel/syscalls/utils/common_j_h.c b/testcases/kernel/syscalls/utils/common_j_h.c index 5e23d69..94541a8 100644 --- a/testcases/kernel/syscalls/utils/common_j_h.c +++ b/testcases/kernel/syscalls/utils/common_j_h.c @@ -42,7 +42,7 @@ #define barrier() __asm__ __volatile__("": : :"memory") #define WITH_SIGNALS_BLOCKED(code) { \ sigset_t held_sigs_; \ - sigfillset(&held_sigs_) \ + sigfillset(&held_sigs_); \ sigprocmask(SIG_SETMASK, &held_sigs_, &held_sigs_); \ barrier(); \ code; \ -- 1.7.1 -- Best Regards, Peng Haitao ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list