From a484b43bde61bfa5878f9b99346b67b5dc5cce12 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Fri, 23 Apr 2021 11:52:19 +0200 Subject: [PATCH] open_by_handle_at.2: Remove unused AFAICS, all types and constants used by these functions are defined in . Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man2/open_by_handle_at.2 | 1 - 1 file changed, 1 deletion(-) diff --git a/man2/open_by_handle_at.2 b/man2/open_by_handle_at.2 index 4a4ddc34e..fa7add5cf 100644 --- a/man2/open_by_handle_at.2 +++ b/man2/open_by_handle_at.2 @@ -29,7 +29,6 @@ for a pathname and open file via a handle .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" -.B #include .B #include .PP .BI "int name_to_handle_at(int " dirfd ", const char *" pathname ,