mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 04:37:12 +08:00
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/include/rtems/posix/mqueue.h: Relocate "extern C++" guards.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* posix/include/rtems/posix/mqueue.h: Relocate "extern C++" guards.
|
||||
* posix/include/rtems/posix/key.h: Add missing includes.
|
||||
* libnetworking/machine/in_cksum.h: Add missing includes.
|
||||
* libcsupport/include/clockdrv.h, libcsupport/include/console.h,
|
||||
|
||||
@@ -19,15 +19,15 @@
|
||||
#ifndef _RTEMS_POSIX_MQUEUE_H
|
||||
#define _RTEMS_POSIX_MQUEUE_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <signal.h>
|
||||
|
||||
#include <rtems/score/coremsg.h>
|
||||
#include <rtems/score/object.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Data Structure used to manage a POSIX message queue
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user