summaryrefslogtreecommitdiff
path: root/sysdeps/pthread/funlockfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/pthread/funlockfile.c')
-rw-r--r--sysdeps/pthread/funlockfile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/pthread/funlockfile.c b/sysdeps/pthread/funlockfile.c
index 866266af2b..27afe8c131 100644
--- a/sysdeps/pthread/funlockfile.c
+++ b/sysdeps/pthread/funlockfile.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
@@ -18,7 +18,6 @@
#include <pthread.h>
#include <stdio.h>
-#include <libio.h>
#include <stdio-lock.h>