explain epicsExit

This commit is contained in:
Marty Kraimer
2004-10-19 11:30:59 +00:00
parent 7eba880fc6
commit 92a9d4cebf

View File

@@ -26,7 +26,11 @@ instance of the state program to run on an IOC add the line
state notation language code file name.
</blockquote>
<h3>epicsExit now required.</h3>
<h3>epicsExit</h3>
<p>Code that calls exit or atexit should change these calls to epicsExit
and epicsAtExit. epicsAtexit was created because of problems on
vxWorks and windows with the implementation of atexit,
i.e. neither of these systems implements exit and atexit according to the POSIX standard.</p>
<blockquote>
Add the following lines