forked from Imagelibrary/rtems
cpukit: Change _COMPILING_NEWLIB to _LIBC for helper functions decls
Updates #4662
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
/*
|
||||
* Needed to get the prototype for the newlib helper method
|
||||
*/
|
||||
#define _COMPILING_NEWLIB
|
||||
#define _LIBC
|
||||
|
||||
#include <sys/time.h>
|
||||
#include <reent.h>
|
||||
|
||||
@@ -38,9 +38,9 @@
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Needed to get the prototype for this newlib helper method
|
||||
* Needed to get the prototype for this libc helper method
|
||||
*/
|
||||
#define _COMPILING_NEWLIB
|
||||
#define _LIBC
|
||||
|
||||
#include <rtems.h>
|
||||
|
||||
|
||||
@@ -43,9 +43,9 @@
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Needed to get the prototype for this newlib helper method
|
||||
* Needed to get the prototype for this libc helper method
|
||||
*/
|
||||
#define _COMPILING_NEWLIB
|
||||
#define _LIBC
|
||||
|
||||
#include <errno.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
Reference in New Issue
Block a user