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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [include/] [fcntl.h] - Blame information for rev 1771

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

Line No. Rev Author Line
1 199 simons
#ifndef __FCNTL_H
2
#define __FCNTL_H
3
 
4
#include <features.h>
5
#include <sys/types.h>
6
#include <linux/fcntl.h>
7
 
8
#ifndef FNDELAY
9
#define FNDELAY O_NDELAY
10
#endif
11
 
12
__BEGIN_DECLS
13
 
14
extern int creat __P ((__const char * __filename, mode_t __mode));
15
extern int fcntl __P ((int __fildes,int __cmd, ...));
16
extern int open __P ((__const char * __filename, int __flags, ...));
17
 
18
__END_DECLS
19
 
20
#endif

powered by: WebSVN 2.1.0

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