diff --git a/documentation/ConvertingR3.14.6AppsToR3.14.7.html b/documentation/ConvertingR3.14.6AppsToR3.14.7.html index d6aaecde2..ba9d78b06 100644 --- a/documentation/ConvertingR3.14.6AppsToR3.14.7.html +++ b/documentation/ConvertingR3.14.6AppsToR3.14.7.html @@ -26,7 +26,11 @@ instance of the state program to run on an IOC add the line state notation language code file name. -

epicsExit now required.

+

epicsExit

+

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.

Add the following lines