diff --git a/system/libuv/0001-libuv-port-for-nuttx.patch b/system/libuv/0001-libuv-port-for-nuttx.patch index fda609a86..224dd366e 100644 --- a/system/libuv/0001-libuv-port-for-nuttx.patch +++ b/system/libuv/0001-libuv-port-for-nuttx.patch @@ -261,7 +261,7 @@ new file mode 100644 index 00000000..728b57f6 --- /dev/null +++ b/src/unix/nuttx.c -@@ -0,0 +1,284 @@ +@@ -0,0 +1,286 @@ +/* Copyright Xiaomi, Inc. and other Node contributors. All rights reserved. + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to @@ -298,6 +298,8 @@ index 00000000..728b57f6 +#include +#include + ++#include ++ +int uv_exepath(char* buffer, size_t* size) { + return UV_ENOTSUP; +}