Skip to content

Instantly share code, notes, and snippets.

diff --git a/cpukit/include/rtems/score/percpu.h b/cpukit/include/rtems/score/percpu.h
index 31bc2b0bff..6e15f4b1ba 100644
--- a/cpukit/include/rtems/score/percpu.h
+++ b/cpukit/include/rtems/score/percpu.h
@@ -25,7 +25,7 @@
#include <rtems/asm.h>
#else
#include <rtems/score/assert.h>
- #include <rtems/score/chain.h>
+ #include <rtems/score/chainimpl.h>
stack_share(void *arg)
{
/* Share the stack **/
mmap(addr, len, prot, flags, fd, off);
/* Other relevant information **/
}
POSIX_Init()
{
#include "system.h"
#include <stdio.h>
#include <stdlib.h>
#include <rtems/score/memorymanagement.h>
#include <assert.h>
#define BLOCK_SIZE 1024
char memory_block [BLOCK_SIZE*4];