summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-10-24 08:02:13 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-10-24 08:08:59 +0200
commit390e1330cff0b822db5aeb9113ac03b69171174e (patch)
tree1a96ffaf1e928e7f8ac8f203cb28f1242cd86546
parentFix FreeBSD source file reverse conversion (diff)
downloadrtems-libbsd-390e1330cff0b822db5aeb9113ac03b69171174e.tar.bz2
Make <machine/atomic.h> available to user space
Enables use of <sys/refcount.h> in user space.
-rw-r--r--rtemsbsd/include/machine/atomic.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/rtemsbsd/include/machine/atomic.h b/rtemsbsd/include/machine/atomic.h
index 6e923252..fa2b0053 100644
--- a/rtemsbsd/include/machine/atomic.h
+++ b/rtemsbsd/include/machine/atomic.h
@@ -40,10 +40,6 @@
#ifndef _RTEMS_BSD_MACHINE_ATOMIC_H_
#define _RTEMS_BSD_MACHINE_ATOMIC_H_
-#ifndef _RTEMS_BSD_MACHINE_RTEMS_BSD_KERNEL_SPACE_H_
-#error "the header file <machine/rtems-bsd-kernel-space.h> must be included first"
-#endif
-
#include <rtems.h>
#ifdef RTEMS_SMP