about summary refs log tree commit diff
path: root/misc/tsearch.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tsearch.c')
-rw-r--r--misc/tsearch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tsearch.c b/misc/tsearch.c
index deff96c478..689b2e1104 100644
--- a/misc/tsearch.c
+++ b/misc/tsearch.c
@@ -170,7 +170,7 @@ __tdelete (key, vrootp, compar)
   *rootp = q;				/* link parent to new node */
   return p;
 }
-weak_alias (__tfind, tfind)
+weak_alias (__tdelete, tdelete)
 
 
 /* Walk the nodes of a tree