Peter S. Mazinger hace 20 años
padre
commit
ac3b5716a7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      libpthread/linuxthreads.old/signals.c

+ 1 - 1
libpthread/linuxthreads.old/signals.c

@@ -162,7 +162,7 @@ printf(__FUNCTION__": pthreads wrapper!\n");
   if (__libc_sigaction(sig, newactp, oact) == -1)
   if (__libc_sigaction(sig, newactp, oact) == -1)
     return -1;
     return -1;
 #ifdef DEBUG_PT
 #ifdef DEBUG_PT
-printf(__FUNCTION__": signahdler installed, __sigaction successful\n");
+printf(__FUNCTION__": sighandler installed, __sigaction successful\n");
 #endif
 #endif
   if (sig > 0 && sig < NSIG)
   if (sig > 0 && sig < NSIG)
     {
     {