From 6a69d7fc632129310b76dd373379261420fadebf Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Wed, 28 Nov 2012 11:34:13 +0000 Subject: libc/sysdeps: Add new interfaces for new architectures Signed-off-by: Markos Chandras Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/common-generic/bits/kernel_stat.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 libc/sysdeps/linux/common-generic/bits/kernel_stat.h (limited to 'libc/sysdeps/linux/common-generic/bits/kernel_stat.h') diff --git a/libc/sysdeps/linux/common-generic/bits/kernel_stat.h b/libc/sysdeps/linux/common-generic/bits/kernel_stat.h new file mode 100644 index 000000000..a6f1d6c75 --- /dev/null +++ b/libc/sysdeps/linux/common-generic/bits/kernel_stat.h @@ -0,0 +1,20 @@ +/* + * Copyright (C) 2000-2006 Erik Andersen + * + * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + */ + +#ifndef _BITS_STAT_STRUCT_H +#define _BITS_STAT_STRUCT_H + +#include + +/* + * The stat structure defined in + * libc/sysdeps/linux/common-generic/bits/stat.h + * is the same as the kernel one for new architectures + */ +#define kernel_stat64 stat + +#endif /* _BITS_STAT_STRUCT_H */ + -- cgit v1.2.3