PR766: Delete __RTEMS_VIOLATE_KERNEL_VISIBILITY__

This commit is contained in:
Sebastian Huber
2013-08-06 16:10:26 +02:00
parent 6b4e448ebe
commit ae75429ca1
35 changed files with 0 additions and 68 deletions

View File

@@ -18,10 +18,6 @@
#include "config.h"
#endif
#ifdef RTEMS_POSIX_API
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
#endif
#include <errno.h>
#include <stdlib.h>
#include <string.h>
@@ -69,8 +65,6 @@ static rtems_id pipe_semaphore = RTEMS_ID_NONE;
#ifdef RTEMS_POSIX_API
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
#include <rtems/rtems/barrier.h>
#include <rtems/score/thread.h>