diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/xstatconv.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/xstatconv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/xstatconv.h b/sysdeps/unix/sysv/linux/xstatconv.h index b8588b1e12..04e89ac233 100644 --- a/sysdeps/unix/sysv/linux/xstatconv.h +++ b/sysdeps/unix/sysv/linux/xstatconv.h @@ -16,8 +16,6 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ -#include <kernel-features.h> - #ifndef STAT_IS_KERNEL_STAT extern int __xstat_conv (int vers, struct kernel_stat *kbuf, void *ubuf); extern int __xstat64_conv (int vers, struct kernel_stat *kbuf, void *ubuf); |