mirror of
https://github.com/apache/nuttx.git
synced 2025-12-16 09:45:18 +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/nfs.h>
|
||||
#include <nuttx/net/udp.h>
|
||||
#include <nuttx/net/arp.h>
|
||||
#include <nuttx/net/netconfig.h>
|
||||
|
||||
#include <net/if.h>
|
||||
|
||||
@@ -44,6 +44,8 @@
|
||||
|
||||
// Remove macros in favor of builtin implementations
|
||||
|
||||
#if !defined(CONFIG_UCLIBCXX)
|
||||
|
||||
#undef isalnum
|
||||
#undef isalpha
|
||||
#undef iscntrl
|
||||
@@ -58,6 +60,8 @@
|
||||
#undef tolower
|
||||
#undef toupper
|
||||
|
||||
#endif
|
||||
|
||||
//***************************************************************************
|
||||
// Namespace
|
||||
//***************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user