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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems/] [c/] [src/] [exec/] [posix/] [src/] [sysconf.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 158 chris
/*
2 208 chris
 *  $Id: sysconf.c,v 1.2 2001-09-27 11:59:17 chris Exp $
3 158 chris
 */
4
 
5
#include <time.h>
6
#include <unistd.h>
7
 
8
#include <rtems/system.h>
9
 
10
/*PAGE
11
 *
12
 *  4.8.1 Get Configurable System Variables, P1003.1b-1993, p. 95
13
 */
14
 
15
long sysconf(
16
  int name
17
)
18
{
19
  return POSIX_NOT_IMPLEMENTED();
20
}

powered by: WebSVN 2.1.0

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