mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
There were some changes which broke my NuttX-Build. With these two patches it builds again. From Manuel Stühn
This commit is contained in:
@@ -69,6 +69,7 @@
|
|||||||
#include <nuttx/fs/fs.h>
|
#include <nuttx/fs/fs.h>
|
||||||
#include <nuttx/fs/nfs.h>
|
#include <nuttx/fs/nfs.h>
|
||||||
#include <nuttx/net/udp.h>
|
#include <nuttx/net/udp.h>
|
||||||
|
#include <nuttx/net/arp.h>
|
||||||
#include <nuttx/net/netconfig.h>
|
#include <nuttx/net/netconfig.h>
|
||||||
|
|
||||||
#include <net/if.h>
|
#include <net/if.h>
|
||||||
|
|||||||
@@ -44,6 +44,8 @@
|
|||||||
|
|
||||||
// Remove macros in favor of builtin implementations
|
// Remove macros in favor of builtin implementations
|
||||||
|
|
||||||
|
#if !defined(CONFIG_UCLIBCXX)
|
||||||
|
|
||||||
#undef isalnum
|
#undef isalnum
|
||||||
#undef isalpha
|
#undef isalpha
|
||||||
#undef iscntrl
|
#undef iscntrl
|
||||||
@@ -58,6 +60,8 @@
|
|||||||
#undef tolower
|
#undef tolower
|
||||||
#undef toupper
|
#undef toupper
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
//***************************************************************************
|
//***************************************************************************
|
||||||
// Namespace
|
// Namespace
|
||||||
//***************************************************************************
|
//***************************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user