OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [linux/] [sys/] [stat.h] - Diff between revs 148 and 158

Only display areas with differences | Details | Blame | View Log

Rev 148 Rev 158
/* libc/sys/linux/sys/stat.h - Stat structure and macros */
/* libc/sys/linux/sys/stat.h - Stat structure and macros */
 
 
/* Written 2000 by Werner Almesberger */
/* Written 2000 by Werner Almesberger */
 
 
 
 
#ifndef _SYS_STAT_H
#ifndef _SYS_STAT_H
#define _SYS_STAT_H
#define _SYS_STAT_H
 
 
#include <asm/stat.h>
#include <asm/stat.h>
#include <_ansi.h>
#include <_ansi.h>
#include <sys/types.h>
#include <sys/types.h>
#include <linux/time.h>
#include <linux/time.h>
#define __KERNEL__
#define __KERNEL__
#include <linux/stat.h>
#include <linux/stat.h>
#undef __KERNEL__
#undef __KERNEL__
 
 
/* --- redundant stuff below --- */
/* --- redundant stuff below --- */
 
 
 
 
int     _EXFUN(fstat,( int __fd, struct stat *__sbuf ));
int     _EXFUN(fstat,( int __fd, struct stat *__sbuf ));
int     _EXFUN(mkdir,( const char *_path, mode_t __mode ));
int     _EXFUN(mkdir,( const char *_path, mode_t __mode ));
int     _EXFUN(mkfifo,( const char *__path, mode_t __mode ));
int     _EXFUN(mkfifo,( const char *__path, mode_t __mode ));
int     _EXFUN(stat,( const char *__path, struct stat *__sbuf ));
int     _EXFUN(stat,( const char *__path, struct stat *__sbuf ));
mode_t  _EXFUN(umask,( mode_t __mask ));
mode_t  _EXFUN(umask,( mode_t __mask ));
 
 
#ifndef _POSIX_SOURCE
#ifndef _POSIX_SOURCE
int     _EXFUN(fstat64,( int __fd, struct stat64 *__sbuf ));
int     _EXFUN(fstat64,( int __fd, struct stat64 *__sbuf ));
int     _EXFUN(lstat,( const char *file_name, struct stat64 *buf));
int     _EXFUN(lstat,( const char *file_name, struct stat64 *buf));
int     _EXFUN(lstat64,( const char *file_name, struct stat64 *buf));
int     _EXFUN(lstat64,( const char *file_name, struct stat64 *buf));
int     _EXFUN(stat64,( const char *__path, struct stat64 *__sbuf ));
int     _EXFUN(stat64,( const char *__path, struct stat64 *__sbuf ));
#endif /* _POSIX_SOURCE */
#endif /* _POSIX_SOURCE */
 
 
#endif /* _SYS_STAT_H */
#endif /* _SYS_STAT_H */
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.