diff options
Diffstat (limited to 'sysdeps/pthread')
-rw-r--r-- | sysdeps/pthread/flockfile.c | 1 | ||||
-rw-r--r-- | sysdeps/pthread/funlockfile.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/pthread/flockfile.c b/sysdeps/pthread/flockfile.c index a8e6c28ed9..14c1be1d80 100644 --- a/sysdeps/pthread/flockfile.c +++ b/sysdeps/pthread/flockfile.c @@ -18,7 +18,6 @@ #include <pthread.h> #include <stdio.h> -#include <libio.h> #include <stdio-lock.h> diff --git a/sysdeps/pthread/funlockfile.c b/sysdeps/pthread/funlockfile.c index 2389ad4fbf..9f5463448f 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> |