From: Ulrich Drepper Date: Mon, 27 Dec 1999 21:51:24 +0000 (+0000) Subject: (routines): Add cxa_atexit and cxa_finalize. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd6c7ca53fe6bad51b2725ed67e0267f5af69093;p=thirdparty%2Fglibc.git (routines): Add cxa_atexit and cxa_finalize. --- diff --git a/stdlib/Makefile b/stdlib/Makefile index c218c23d48b..d776a50a90e 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -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 \