X-Git-Url: https://rtime.felk.cvut.cz/gitweb/l4.git/blobdiff_plain/0440e3159914b79a728a94d79bc6631526d77ba1..51f012d0ec4f0ad687159ed6685b73f90f1cfc71:/l4/pkg/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/xstatconv.h diff --git a/l4/pkg/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/xstatconv.h b/l4/pkg/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/xstatconv.h index 7568da850..cd4d7e9cf 100644 --- a/l4/pkg/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/xstatconv.h +++ b/l4/pkg/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/xstatconv.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. + License along with the GNU C Library; if not, see + . Modified for uClibc by Erik Andersen */ @@ -23,11 +22,14 @@ /* Pull in whatever this particular arch's kernel thinks the kernel version of * struct stat should look like. It turns out that each arch has a different * opinion on the subject, and different kernel revs use different names... */ +#include #include +#ifdef __ARCH_HAS_DEPRECATED_SYSCALLS__ extern void __xstat_conv(struct kernel_stat *kbuf, struct stat *buf) attribute_hidden; extern void __xstat32_conv(struct kernel_stat64 *kbuf, struct stat *buf) attribute_hidden; #if defined __UCLIBC_HAS_LFS__ extern void __xstat64_conv(struct kernel_stat64 *kbuf, struct stat64 *buf) attribute_hidden; #endif +#endif