[prev in list] [next in list] [prev in thread] [next in thread] 

List:       uclibc
Subject:    [PATCH 8/8] signal.h: elide memset from sigemptyset
From:       Vineet Gupta <Vineet.Gupta1 () synopsys ! com>
Date:       2015-02-14 9:56:46
Message-ID: 1423907744-2394-9-git-send-email-vgupta () synopsys ! com
[Download RAW message or body]

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
---
 include/signal.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/signal.h b/include/signal.h
index be24cf366292..38baaccfbc61 100644
--- a/include/signal.h
+++ b/include/signal.h
@@ -493,10 +493,7 @@ extern int __libc_current_sigrtmax (void) __THROW;
 
 #ifdef _LIBC
 extern sigset_t _sigintr attribute_hidden;
-/* simplified version without parameter checking */
 # include <string.h>
-# undef __sigemptyset
-# define __sigemptyset(ss) (memset(ss, '\0', sizeof(sigset_t)), 0)
 #endif
 #endif /* signal.h  */
 
-- 
1.9.1

_______________________________________________
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic