OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [newlib/] [libc/] [sys/] [h8300hms/] [sys/] [file.h] - Blame information for rev 207

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
/* This is file FILE.H */
2
/*
3
 * Copyright (C) 1991 DJ Delorie
4
 * All rights reserved.
5
 *
6
 * Redistribution and use in source and binary forms is permitted
7
 * provided that the above copyright notice and following paragraph are
8
 * duplicated in all such forms.
9
 *
10
 * This file is distributed WITHOUT ANY WARRANTY; without even the implied
11
 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12
 */
13
 
14
#ifndef _FILE_H_
15
#define _FILE_H_
16
 
17
#include <fcntl.h>
18
 
19
#define L_SET  0
20
#define L_CURR 1
21
#define L_XTND 2
22
 
23
 
24
#define F_OK            0        /* does file exist */
25
#define X_OK            1       /* is it executable by caller */
26
#define W_OK            2       /* is it writable by caller */
27
#define R_OK            4       /* is it readable by caller */
28
 
29
#endif

powered by: WebSVN 2.1.0

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