]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/l4re-core/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/frv/fstat64.c
Update
[l4.git] / l4 / pkg / l4re-core / uclibc / lib / contrib / uclibc / libc / sysdeps / linux / frv / fstat64.c
1 /*
2  * Syscalls for uClibc
3  *
4  * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
5  *
6  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
7  */
8 /* Extracted from ../common/syscalls.c by Erik Andersen <andersen@codepoet.org>
9  * Adapted to FR-V by Alexandre Oliva <aoliva@redhat.com>
10  */
11
12 #include <_lfs_64.h>
13 #include <sys/syscall.h>
14 #include <sys/stat.h>
15
16 _syscall2(int, fstat64, int, fd, struct stat64 *, buf)
17 libc_hidden_def(fstat64)