]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(routines): Add cxa_atexit and cxa_finalize.
authorUlrich Drepper <drepper@redhat.com>
Mon, 27 Dec 1999 21:51:24 +0000 (21:51 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 27 Dec 1999 21:51:24 +0000 (21:51 +0000)
stdlib/Makefile

index c218c23d48b0e3f43ebdb8388bd2b53188a898bf..d776a50a90e049fa47a8869132a94b97c53608bf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98 Free Software Foundation, Inc.
+# Copyright (C) 1991,92,93,94,95,96,97,98,99 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -29,7 +29,7 @@ routines      :=                                                            \
        abort                                                                 \
        bsearch qsort msort                                                   \
        getenv putenv setenv secure-getenv                                    \
-       exit on_exit atexit                                                   \
+       exit on_exit atexit cxa_atexit cxa_finalize                           \
        abs labs llabs                                                        \
        div ldiv lldiv                                                        \
        mblen mbstowcs mbtowc wcstombs wctomb                                 \