OSDN Git Service

Last portion of libc_hidden_proto removal.
[uclinux-h8/uClibc.git] / libc / signal / sigsetmask.c
index ef8559e..5de4b59 100644 (file)
@@ -25,7 +25,7 @@
 #include "sigset-cvt-mask.h"
 
 /* Set the mask of blocked signals to MASK, returning the old mask.  */
-libc_hidden_proto(sigsetmask)
+/* libc_hidden_proto(sigsetmask) */
 int
 sigsetmask (int mask)
 {