Peter S. Mazinger 19 years ago
parent
commit
ac3b5716a7
1 changed files with 1 additions and 1 deletions
  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)
     {
     {