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:
db4d352
)
(_dl_unload_cache): New dummy function.
author
drepper
<drepper>
Wed, 16 Sep 1998 17:44:37 +0000
(17:44 +0000)
committer
drepper
<drepper>
Wed, 16 Sep 1998 17:44:37 +0000
(17:44 +0000)
sysdeps/mach/hurd/dl-cache.c
patch
|
blob
|
history
diff --git
a/sysdeps/mach/hurd/dl-cache.c
b/sysdeps/mach/hurd/dl-cache.c
index
e7aca39
..
8b47cf0
100644
(file)
--- a/
sysdeps/mach/hurd/dl-cache.c
+++ b/
sysdeps/mach/hurd/dl-cache.c
@@
-22,3
+22,8
@@
_dl_load_cache_lookup (const char *name)
{
return 0;
}
{
return 0;
}
+
+void
+_dl_unload_cache (void)
+{
+}