diff options
author | DJ Delorie <dj@redhat.com> | 2001-09-27 20:27:58 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-09-27 20:27:58 +0000 |
commit | fa9f0e33b3c0510267d7a41f2f4ee72ba452c37e (patch) | |
tree | eab3f8364165c1526f7ea2a5fef4db2ebda18653 /libiberty/xatexit.c | |
parent | 0ac8d2cabf050fa3d463a79240ef8e05db368b1f (diff) | |
download | gdb-fa9f0e33b3c0510267d7a41f2f4ee72ba452c37e.zip gdb-fa9f0e33b3c0510267d7a41f2f4ee72ba452c37e.tar.gz gdb-fa9f0e33b3c0510267d7a41f2f4ee72ba452c37e.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/xatexit.c')
-rw-r--r-- | libiberty/xatexit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/xatexit.c b/libiberty/xatexit.c index f5d3150..6d983a8 100644 --- a/libiberty/xatexit.c +++ b/libiberty/xatexit.c @@ -11,7 +11,7 @@ @deftypefun int xatexit (void (*@var{fn}) (void)) Behaves as the standard @code{atexit} function, but with no limit on -the number of registered funtions. Returns 0 on success, or -1 on +the number of registered functions. Returns 0 on success, or -1 on failure. If you use @code{xatexit} to register functions, you must use @code{xexit} to terminate your program. |