summaryrefslogtreecommitdiff
path: root/sysdeps/pthread/flockfile.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-27 16:41:26 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-27 16:41:26 +0100
commitf58ab00078c28339a6dd2d0ff12b7928522cdbe2 (patch)
treedd24feacc3119fb6847fdef189fa77002d8b0d4e /sysdeps/pthread/flockfile.c
parent87788c5649eadaf3585988aba28992f7d27b293e (diff)
Fix warning
* sysdeps/pthread/flockfile.c: Do not include <libio.h> * sysdeps/pthread/funlockfile.c: Likewise.
Diffstat (limited to 'sysdeps/pthread/flockfile.c')
-rw-r--r--sysdeps/pthread/flockfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/pthread/flockfile.c b/sysdeps/pthread/flockfile.c
index 0153a2c..695624f 100644
--- a/sysdeps/pthread/flockfile.c
+++ b/sysdeps/pthread/flockfile.c
@@ -17,7 +17,6 @@
<http://www.gnu.org/licenses/>. */
#include <stdio.h>
-#include <libio.h>
#include <libc-lock.h>