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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [exec/] [posix/] [src/] [sysconf.c] - Blame information for rev 580

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

Line No. Rev Author Line
1 30 unneback
/*
2
 *  $Id: sysconf.c,v 1.2 2001-09-27 11:59:17 chris Exp $
3
 */
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.