Changeset 609 for branches/GNU/src/binutils/libiberty/xexit.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/libiberty/xexit.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 17 17 to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18 18 Boston, MA 02111-1307, USA. */ 19 20 /* 21 22 @deftypefn Replacement void xexit (int @var{code}) 23 24 Terminates the program. If any functions have been registered with 25 the @code{xatexit} replacement function, they will be called first. 26 Termination is handled via the system's normal @code{exit} call. 27 28 @end deftypefn 29 30 */ 19 31 20 32 #ifdef HAVE_CONFIG_H -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.