projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72cda83
)
Add internal function names for the helper programs.
author
drepper
<drepper>
Sun, 13 Jun 1999 11:04:07 +0000
(11:04 +0000)
committer
drepper
<drepper>
Sun, 13 Jun 1999 11:04:07 +0000
(11:04 +0000)
db2/Versions
patch
|
blob
|
history
diff --git
a/db2/Versions
b/db2/Versions
index
af8558d
..
a32945a
100644
(file)
--- a/
db2/Versions
+++ b/
db2/Versions
@@
-51,4
+51,8
@@
libdb {
__db_dbm_delete; __db_dbm_fetch; __db_dbm_firstkey; __db_dbm_init;
__db_dbm_nextkey; __db_dbm_store;
}
+ GLIBC_2.2 {
+ # Internal functions.
+ __ham_get_page; __ham_put_page;
+ }
}