aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/labs.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/labs.c')
-rw-r--r--newlib/libc/stdlib/labs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/stdlib/labs.c b/newlib/libc/stdlib/labs.c
index 712f56c..f6761d0 100644
--- a/newlib/libc/stdlib/labs.c
+++ b/newlib/libc/stdlib/labs.c
@@ -33,8 +33,7 @@ No supporting OS subroutine calls are required.
#include <stdlib.h>
long
-_DEFUN (labs, (x),
- long x)
+labs (long x)
{
if (x < 0)
{