diff options
Diffstat (limited to 'sysdeps/htl/ftrylockfile.c')
-rw-r--r-- | sysdeps/htl/ftrylockfile.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/htl/ftrylockfile.c b/sysdeps/htl/ftrylockfile.c index a467545647..a99cdedb0d 100644 --- a/sysdeps/htl/ftrylockfile.c +++ b/sysdeps/htl/ftrylockfile.c @@ -16,10 +16,8 @@ License along with the GNU C Library; if not, see <https://www.gnu.org/licenses/>. */ -#include <errno.h> -#include <pthread.h> #include <stdio.h> -#include <stdio-lock.h> +#include <libc-lockP.h> int |