summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/pthread/flockfile.c1
-rw-r--r--sysdeps/pthread/funlockfile.c1
2 files changed, 0 insertions, 2 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>
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>