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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [include/] [sys/] [param.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
/* Copyright (C) 1996 Robert de Bath <rdebath@cix.compulink.co.uk>
2
 * This file is part of the Linux-8086 C library and is distributed
3
 * under the GNU Library General Public License.
4
 */
5
 
6
#ifndef _PARAM_H
7
#define _PARAM_H
8
 
9
#include <features.h>
10
#include <limits.h>
11
#include <linux/limits.h>
12
#include <linux/param.h>
13
 
14
#include <sys/types.h>
15
 
16
#define MAXPATHLEN PATH_MAX
17
 
18
#ifndef NR_OPEN
19
#define NR_OPEN 32
20
#endif
21
#ifndef NR_FILE
22
#define NR_FILE 32
23
#endif
24
 
25
#endif

powered by: WebSVN 2.1.0

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