summaryrefslogtreecommitdiff
path: root/libc/misc/search
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-16 18:29:52 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-16 18:29:52 +0000
commit15868f9c3d22fb51b38d7aafd88d95fb2193e734 (patch)
treefd940f5c633ec4a2d917b91654927c86d28c5f37 /libc/misc/search
parent4a15cc847eef004276ddaaae4dbb70dd6fb692e1 (diff)
s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now see what libpthread will do ...
Diffstat (limited to 'libc/misc/search')
-rw-r--r--libc/misc/search/hsearch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/misc/search/hsearch.c b/libc/misc/search/hsearch.c
index b369408cb..3370545fd 100644
--- a/libc/misc/search/hsearch.c
+++ b/libc/misc/search/hsearch.c
@@ -53,7 +53,6 @@ void hdestroy (void)
{
hdestroy_r (&htab);
}
-/* weak_alias (__hdestroy, hdestroy) */
/* Make sure the table is freed if we want to free everything before
exiting. */