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/misc/ffs.c')
-rw-r--r--newlib/libc/misc/ffs.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/newlib/libc/misc/ffs.c b/newlib/libc/misc/ffs.c
index 292ffabee..e4afe7a41 100644
--- a/newlib/libc/misc/ffs.c
+++ b/newlib/libc/misc/ffs.c
@@ -24,11 +24,9 @@ PORTABILITY
No supporting OS subroutines are required. */
-#include <_ansi.h>
-
int
-_DEFUN(ffs, (word),
- int word)
+ffs (word)
+ int word;
{
int i;