Move __FreeBSD__ define to header files

This commit is contained in:
Sebastian Huber
2013-12-12 10:38:22 +01:00
parent f574d27f8f
commit e48f60383e
4 changed files with 4 additions and 2 deletions

View File

@@ -40,6 +40,8 @@
#ifndef _RTEMS_BSD_MACHINE_RTEMS_BSD_USER_SPACE_H_
#define _RTEMS_BSD_MACHINE_RTEMS_BSD_USER_SPACE_H_
#define __FreeBSD__ 1
#include <sys/cdefs.h>
#include <stdio.h>