diff options
Diffstat (limited to 'newlib/libc/search/tsearch.c')
-rw-r--r-- | newlib/libc/search/tsearch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/search/tsearch.c b/newlib/libc/search/tsearch.c index 82d6944..9be77f1 100644 --- a/newlib/libc/search/tsearch.c +++ b/newlib/libc/search/tsearch.c @@ -26,7 +26,7 @@ __RCSID("$NetBSD: tsearch.c,v 1.3 1999/09/16 11:45:37 lukem Exp $"); /* find or insert datum into search tree */ void * tsearch (const void *vkey, /* key to be located */ - void **vrootp, /* address of tree root */ + posix_tnode **vrootp, /* address of tree root */ int (*compar)(const void *, const void *)) { node_t *q; |