rtemsbsd/freebsd/sys/cdefs.h: New wrapper for <sys/cdefs.h>

This commit is contained in:
Joel Sherrill 2012-09-05 12:54:28 -05:00
parent 734ccdaf97
commit 336883b587

View File

@ -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 */