Explorar o código

Get rid of compiler warning.

"Steven J. Hill" %!s(int64=20) %!d(string=hai) anos
pai
achega
75e081a206
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libc/signal/sigfillset.c

+ 1 - 1
libc/signal/sigfillset.c

@@ -30,7 +30,7 @@ __sigfillset_internal (sigset_t *set)
       return -1;
     }
 
-  __memset (set, 0xff, sizeof (sigset_t));
+  memset (set, 0xff, sizeof (sigset_t));
 
   /* If the implementation uses a cancellation signal don't set the bit.  */
 #ifdef SIGCANCEL