aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/search/tdestroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/search/tdestroy.c')
-rw-r--r--newlib/libc/search/tdestroy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/search/tdestroy.c b/newlib/libc/search/tdestroy.c
index 3e7327c..e141820 100644
--- a/newlib/libc/search/tdestroy.c
+++ b/newlib/libc/search/tdestroy.c
@@ -41,7 +41,7 @@ trecurse(root, free_action)
void
_DEFUN(tdestroy, (vrootp, freefct),
- void *vrootp _AND
+ void *vrootp,
void (*freefct)(void *))
{
node_t *root = (node_t *) vrootp;