SCM Repository
View of /sml/branches/SMLNJ/src/runtime/config/win32-sigtab.h
Parent Directory
|
Revision Log
Revision 3 -
(download)
(as text)
(annotate)
Sat Oct 4 23:33:46 1997 UTC (23 years, 4 months ago)
File size: 480 byte(s)
Sat Oct 4 23:33:46 1997 UTC (23 years, 4 months ago)
File size: 480 byte(s)
This commit was manufactured by cvs2svn to create branch 'SMLNJ'.
/* win32-sigtab.h * * COPYRIGHT (c) 1996 Bell Laboratories, Lucent Technologies * * fake "signals" to make win32 go through. * unlike the unix counterpart, this file is not generated -- do not delete! */ #ifndef _WIN32_SIGTAB_ #define _WIN32_SIGTAB_ struct { int n; char *sname,*lname; } win32SigTab[] = { {0, "INT", "SIGINT"}, {1, "ALRM", "SIGALRM"}, {2, "TERM", "SIGTERM"}, {3, "GC", "RUNSIG_GC"} }; #define NUM_SIGS 4 #endif /* end of win32-sigtab.h */
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |