summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-09-05 12:54:28 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-09-05 12:54:28 -0500
commit336883b5872751dc51f22fe2fa9f2aa59a62f9a8 (patch)
treefa143401c540374423b30b3f7e4c16d70fd785d6
parentfreebsd/net/radix_mpath.c: Fix prototype/body mismatch (diff)
downloadrtems-libbsd-336883b5872751dc51f22fe2fa9f2aa59a62f9a8.tar.bz2
rtemsbsd/freebsd/sys/cdefs.h: New wrapper for <sys/cdefs.h>
-rw-r--r--rtemsbsd/freebsd/sys/cdefs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/rtemsbsd/freebsd/sys/cdefs.h b/rtemsbsd/freebsd/sys/cdefs.h
new file mode 100644
index 00000000..522eecd4
--- /dev/null
+++ b/rtemsbsd/freebsd/sys/cdefs.h
@@ -0,0 +1,7 @@
+#ifndef __RTEMSBSD_FREEBSD_SYS_CDEFS_h
+#define __RTEMSBSD_FREEBSD_SYS_CDEFS_h
+
+/* <sys/cdefs.h> is owned by newlib */
+#include <sys/cdefs.h>
+
+#endif /* !__RTEMSBSD_FREEBSD_SYS_CDEFS_h */