We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7d56f commit 29521a4Copy full SHA for 29521a4
include/zephyr/posix/sys/utsname.h
@@ -13,7 +13,7 @@ extern "C" {
13
struct utsname {
14
char sysname[sizeof("Zephyr")];
15
char nodename[CONFIG_POSIX_UNAME_NODENAME_LEN + 1];
16
- char release[sizeof("99.99.99")];
+ char release[sizeof("99.99.99-rc1")];
17
char version[CONFIG_POSIX_UNAME_VERSION_LEN + 1];
18
char machine[sizeof(CONFIG_ARCH)];
19
};
0 commit comments