diff options
Diffstat (limited to 'src/ChangeLog.6')
| -rw-r--r-- | src/ChangeLog.6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog.6 b/src/ChangeLog.6 index 91c20681157..3aa1a23818e 100644 --- a/src/ChangeLog.6 +++ b/src/ChangeLog.6 | |||
| @@ -3236,7 +3236,7 @@ | |||
| 3236 | 3236 | ||
| 3237 | 1995-12-12 Paul Eggert <eggert@twinsun.com> | 3237 | 1995-12-12 Paul Eggert <eggert@twinsun.com> |
| 3238 | 3238 | ||
| 3239 | * process.c (create_process): Use Posix signal handling to | 3239 | * process.c (create_process): Use POSIX signal handling to |
| 3240 | block signals, if available. If HAVE_VFORK, save and restore | 3240 | block signals, if available. If HAVE_VFORK, save and restore |
| 3241 | signal handlers that the child might change, since in many | 3241 | signal handlers that the child might change, since in many |
| 3242 | systems (e.g. Solaris 2.4) if the child changes the signal | 3242 | systems (e.g. Solaris 2.4) if the child changes the signal |