Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/powerpc/vec_free.c')
-rw-r--r--newlib/libc/machine/powerpc/vec_free.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/machine/powerpc/vec_free.c b/newlib/libc/machine/powerpc/vec_free.c
index fa2ea9686..c893e5ab4 100644
--- a/newlib/libc/machine/powerpc/vec_free.c
+++ b/newlib/libc/machine/powerpc/vec_free.c
@@ -6,8 +6,7 @@
#ifndef _REENT_ONLY
void
-_DEFUN (vec_free, (aptr),
- void *aptr)
+vec_free (void *aptr)
{
_free_r (_REENT, aptr);
}