aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/search/tdelete.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/search/tdelete.c')
-rw-r--r--newlib/libc/search/tdelete.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/search/tdelete.c b/newlib/libc/search/tdelete.c
index a595200..b12158e 100644
--- a/newlib/libc/search/tdelete.c
+++ b/newlib/libc/search/tdelete.c
@@ -27,7 +27,7 @@ __RCSID("$NetBSD: tdelete.c,v 1.2 1999/09/16 11:45:37 lukem Exp $");
/* delete node with given key */
void *
tdelete (const void *__restrict vkey, /* key to be deleted */
- void **__restrict vrootp, /* address of the root of tree */
+ posix_tnode **__restrict vrootp,/* address of the root of tree */
int (*compar)(const void *, const void *))
{
node_t **rootp = (node_t **)vrootp;