* cygwin.din: Wrap atexit and exit with cygwin, thread-safe functions.

* dcrt0.cc (cygwin_atexit): New function.
(cygwin_exit): Ditto.
This commit is contained in:
Christopher Faylor
2003-03-01 02:02:42 +00:00
parent 27b4082ae7
commit 005c3065eb
5 changed files with 53 additions and 12 deletions

View File

@@ -156,8 +156,8 @@ atanh
_atanh = atanh
atanhf
_atanhf = atanhf
atexit
_atexit = atexit
atexit = cygwin_atexit
_atexit = cygwin_atexit
atof
_atof = atof
atoff
@@ -372,7 +372,7 @@ execve
_execve = execve
execvp
_execvp = execvp
exit
exit = cygwin_exit
exp
_exp = exp
exp2