mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 06:40:09 +00:00
(routines): Add cxa_atexit and cxa_finalize.
This commit is contained in:
parent
3c159bfc7d
commit
dd6c7ca53f
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user