projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
647dd1e
)
Remove __new_exitfn.
author
Ulrich Drepper
<drepper@redhat.com>
Mon, 5 Mar 2001 20:43:07 +0000
(20:43 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Mon, 5 Mar 2001 20:43:07 +0000
(20:43 +0000)
stdlib/Versions
patch
|
blob
|
history
diff --git
a/stdlib/Versions
b/stdlib/Versions
index
c13ef27
..
034125a
100644
(file)
--- a/
stdlib/Versions
+++ b/
stdlib/Versions
@@
-94,8
+94,4
@@
libc {
# used by new G++ ABI
__cxa_atexit; __cxa_finalize;
}
- GLIBC_2.2.3 {
- # Used by atexit in libc_nonshared.
- __new_exitfn;
- }
}