[BACK]Return to signal.7 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / man / man7

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/share/man/man7/signal.7 between version 1.7 and 1.8

version 1.7, 2004/07/01 10:38:28 version 1.8, 2005/01/14 22:33:15
Line 86  call (formerly
Line 86  call (formerly
 .El  .El
 .Pp  .Pp
 A function that is async-signal-safe is either reentrant or  A function that is async-signal-safe is either reentrant or
 non-interruptible by signals, this means that they can be used in  non-interruptible by signals.
   This means that they can be used in
 signal handlers  signal handlers
 and in the child of threaded programs after doing  and in the child of threaded programs after doing
 .Xr fork 2 .  .Xr fork 2 .
 .Pp  .Pp
 The following functions are async-signal-safe, any function not listed  The following functions are async-signal-safe.
   Any function not listed
 below is unsafe to use in signal handlers.  below is unsafe to use in signal handlers.
 .Pp  .Pp
 .Xr _Exit 2 ,  .Xr _Exit 2 ,

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb <webmaster@jp.NetBSD.org>