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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [include/] [sys/] [dirent.h] - Rev 199

Go to most recent revision | Compare with Previous | Blame | View Log

#ifdef _SYS_DIR_H
#error "Can't include both sys/dir.h and sys/dirent.h"
#define _SYS_DIRENT_H
#endif
 
#ifndef _SYS_DIRENT_H
#define _SYS_DIRENT_H
 
#include <features.h>
 
#include <limits.h>
#include <sys/types.h>	/* for type off_t in dirent.h */
#include <linux/dirent.h>
 
#ifndef DIRSIZ
#define DIRSIZ NAME_MAX
#endif
 
__BEGIN_DECLS
 
extern int getdents __P((int __fildes, struct dirent *__buf,
			size_t __nbyte));
extern int __getdents __P((int __fildes, struct dirent *__buf,
			size_t __nbyte));
 
__END_DECLS
 
#endif
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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