summaryrefslogtreecommitdiff
path: root/sysdeps/pthread/funlockfile.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/funlockfile.c
parent87788c5649eadaf3585988aba28992f7d27b293e (diff)
Fix warning
* sysdeps/pthread/flockfile.c: Do not include <libio.h> * sysdeps/pthread/funlockfile.c: Likewise.
Diffstat (limited to 'sysdeps/pthread/funlockfile.c')
-rw-r--r--sysdeps/pthread/funlockfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/pthread/funlockfile.c b/sysdeps/pthread/funlockfile.c
index 78fd211..d64690f 100644
--- a/sysdeps/pthread/funlockfile.c
+++ b/sysdeps/pthread/funlockfile.c
@@ -18,7 +18,6 @@
#include <pthread.h>
#include <stdio.h>
-#include <libio.h>
#include <stdio-lock.h>