URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems/] [c/] [src/] [exec/] [posix/] [src/] [sysconf.c] - Rev 158
Go to most recent revision | Compare with Previous | Blame | View Log
/* * $Id: sysconf.c,v 1.1.1.1 2001-07-10 09:43:08 chris Exp $ */ #include <time.h> #include <unistd.h> #include <rtems/system.h> /*PAGE * * 4.8.1 Get Configurable System Variables, P1003.1b-1993, p. 95 */ long sysconf( int name ) { return POSIX_NOT_IMPLEMENTED(); }
Go to most recent revision | Compare with Previous | Blame | View Log