SCM Repository
View of /sml/trunk/src/runtime/config/unix-sigtbl.c
Parent Directory
|
Revision Log
Revision 250 -
(download)
(as text)
(annotate)
Sat Apr 17 18:57:03 1999 UTC (22 years ago) by monnier
File size: 739 byte(s)
Sat Apr 17 18:57:03 1999 UTC (22 years ago) by monnier
File size: 739 byte(s)
This commit was generated by cvs2svn to compensate for changes in r249, which included commits to RCS files with non-trunk default branches.
/* unix-sigtbl.c * * COPYRIGHT (c) 1995 by AT&T Bell Laboratories. * * NOTE: this file is generated --- do not edit!!! */ PVT sys_const_t SigInfo[NUM_SIGS] = { { SIGHUP, "HUP" }, { SIGINT, "INT" }, { SIGQUIT, "QUIT" }, { SIGPIPE, "PIPE" }, { SIGALRM, "ALRM" }, { SIGTERM, "TERM" }, { SIGUSR1, "USR1" }, { SIGUSR2, "USR2" }, { SIGCHLD, "CHLD" }, { SIGWINCH, "WINCH" }, { SIGURG, "URG" }, { SIGIO, "IO" }, { SIGTSTP, "TSTP" }, { SIGCONT, "CONT" }, { SIGTTIN, "TTIN" }, { SIGTTOU, "TTOU" }, { SIGVTALRM, "VTALRM" }, /* Run-time signals */ { RUNSIG_GC, "GC" }, }; PVT sysconst_tbl_t SigTbl = { /* numConsts */ NUM_SYSTEM_SIGS, /* consts */ SigInfo };
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |