* cygwin.din (_exit): Use signal front end.
(exit): Ditto.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | ||||
| 2006-02-23  Christopher Faylor  <cgf@timesys.com> | ||||
|  | ||||
| 	* cygwin.din (_exit): Use signal front end. | ||||
| 	(exit): Ditto. | ||||
|  | ||||
| 2006-02-23  Christopher Faylor  <cgf@timesys.com> | ||||
|  | ||||
| 	* winsup.h (cygwin_hmodule): Declare. | ||||
|   | ||||
| @@ -46,7 +46,7 @@ __swbuf SIGFE | ||||
| _asprintf_r SIGFE | ||||
| asprintf_r = _asprintf_r SIGFE | ||||
| _dll_crt0@0 NOSIGFE | ||||
| _exit NOSIGFE | ||||
| _exit SIGFE | ||||
| _f_atan2 NOSIGFE | ||||
| __f_atan2 = _f_atan2 NOSIGFE | ||||
| _f_atan2f NOSIGFE | ||||
| @@ -451,7 +451,7 @@ execve SIGFE | ||||
| _execve = execve SIGFE | ||||
| execvp SIGFE | ||||
| _execvp = execvp SIGFE | ||||
| exit = cygwin_exit NOSIGFE | ||||
| exit = cygwin_exit SIGFE | ||||
| exp NOSIGFE | ||||
| _exp = exp NOSIGFE | ||||
| exp2 NOSIGFE | ||||
|   | ||||
		Reference in New Issue
	
	Block a user