URL
https://opencores.org/ocsvn/or1k/or1k/trunk
[/] [or1k/] [trunk/] [rtems/] [c/] [src/] [exec/] [posix/] [src/] [semaphorecreatesupp.c] - Diff between revs 158 and 208
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 158 |
Rev 208 |
Line 1... |
Line 1... |
/*
|
/*
|
* $Id: semaphorecreatesupp.c,v 1.1.1.1 2001-07-10 09:43:03 chris Exp $
|
* $Id: semaphorecreatesupp.c,v 1.2 2001-09-27 11:59:17 chris Exp $
|
*/
|
*/
|
|
|
#include <stdarg.h>
|
#include <stdarg.h>
|
|
|
#include <errno.h>
|
#include <errno.h>
|
Line 14... |
Line 14... |
#include <rtems/score/object.h>
|
#include <rtems/score/object.h>
|
#include <rtems/posix/semaphore.h>
|
#include <rtems/posix/semaphore.h>
|
#include <rtems/posix/time.h>
|
#include <rtems/posix/time.h>
|
#include <rtems/posix/seterr.h>
|
#include <rtems/posix/seterr.h>
|
|
|
|
#ifndef PATH_MAX
|
|
#define PATH_MAX 1024
|
|
#endif
|
|
|
/*PAGE
|
/*PAGE
|
*
|
*
|
* _POSIX_Semaphore_Create_support
|
* _POSIX_Semaphore_Create_support
|
*
|
*
|
* This routine does the actual creation and initialization of
|
* This routine does the actual creation and initialization of
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.