diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tsearch.c | 2 |
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 |