summaryrefslogtreecommitdiff
path: root/debug/fgets_u_chk.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/fgets_u_chk.c')
-rw-r--r--debug/fgets_u_chk.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/debug/fgets_u_chk.c b/debug/fgets_u_chk.c
index 2480964260..99766fe354 100644
--- a/debug/fgets_u_chk.c
+++ b/debug/fgets_u_chk.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1993-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -29,11 +29,7 @@
#include <sys/param.h>
char *
-__fgets_unlocked_chk (buf, size, n, fp)
- char *buf;
- size_t size;
- int n;
- _IO_FILE *fp;
+__fgets_unlocked_chk (char *buf, size_t size, int n, _IO_FILE *fp)
{
_IO_size_t count;
char *result;