/* * Syscalls for uClibc * * Copyright (C) 2000-2006 Erik Andersen * * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ /* Extracted from ../common/syscalls.c by Erik Andersen * Adapted to FR-V by Alexandre Oliva */ #include "../common/syscalls.h" #include #include libc_hidden_proto(stat) _syscall2(int, stat, const char *, file_name, struct stat *, buf); libc_hidden_def(stat)