URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 158 |
Rev 208 |
Line 9... |
Line 9... |
* and have process private message queues.]
|
* and have process private message queues.]
|
*
|
*
|
* This code ignores the O_RDONLY/O_WRONLY/O_RDWR flag at open
|
* This code ignores the O_RDONLY/O_WRONLY/O_RDWR flag at open
|
* time.
|
* time.
|
*
|
*
|
* $Id: mqueue.c,v 1.1.1.1 2001-07-10 09:42:45 chris Exp $
|
* $Id: mqueue.c,v 1.2 2001-09-27 11:59:17 chris Exp $
|
*/
|
*/
|
|
|
#include <stdarg.h>
|
#include <stdarg.h>
|
|
|
#include <pthread.h>
|
#include <pthread.h>
|
Line 26... |
Line 26... |
#include <rtems/score/watchdog.h>
|
#include <rtems/score/watchdog.h>
|
#include <rtems/posix/seterr.h>
|
#include <rtems/posix/seterr.h>
|
#include <rtems/posix/mqueue.h>
|
#include <rtems/posix/mqueue.h>
|
#include <rtems/posix/time.h>
|
#include <rtems/posix/time.h>
|
|
|
|
#ifndef _POSIX_PATH_MAX
|
|
#define _POSIX_PATH_MAX 255
|
|
#endif
|
|
|
/*PAGE
|
/*PAGE
|
*
|
*
|
* _POSIX_Message_queue_Manager_initialization
|
* _POSIX_Message_queue_Manager_initialization
|
*
|
*
|
* This routine initializes all message_queue manager related data structures.
|
* This routine initializes all message_queue manager related data structures.
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.