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/stdio/fsetlocking.c')
-rw-r--r--newlib/libc/stdio/fsetlocking.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/stdio/fsetlocking.c b/newlib/libc/stdio/fsetlocking.c
index e27aa42fc..062b93a92 100644
--- a/newlib/libc/stdio/fsetlocking.c
+++ b/newlib/libc/stdio/fsetlocking.c
@@ -65,8 +65,7 @@ No supporting OS subroutines are required.
#include "local.h"
int
-_DEFUN(__fsetlocking, (fp, type),
- FILE * fp,
+__fsetlocking (FILE * fp,
int type)
{
int result;