diff options
Diffstat (limited to 'config/auto-aux/signals.c')
-rw-r--r-- | config/auto-aux/signals.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/auto-aux/signals.c b/config/auto-aux/signals.c index c355545d8..2827c3021 100644 --- a/config/auto-aux/signals.c +++ b/config/auto-aux/signals.c @@ -1,3 +1,16 @@ +/***********************************************************************/ +/* */ +/* Caml Special Light */ +/* */ +/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */ +/* */ +/* Copyright 1995 Institut National de Recherche en Informatique et */ +/* Automatique. Distributed only by permission. */ +/* */ +/***********************************************************************/ + +/* $Id$ */ + /* To determine the semantics of signal handlers (System V: signal is reset to default behavior on entrance to the handler BSD: signal handler remains active). */ |