-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zephyr: remove posix prefix on standard headers #61
Comments
cfriedt
added a commit
that referenced
this issue
Mar 22, 2022
The upstream PR is zephyrproject-rtos/zephyr#43987 Basing off of that so that we can roll-back the many changes like the one below in `.upstream` thrift. ``` ``` Fixes #61 Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
cfriedt
added a commit
that referenced
this issue
Mar 22, 2022
The upstream PR is zephyrproject-rtos/zephyr#43987 Basing off of that so that we can roll-back the many changes like the one below in `.upstream` thrift. ``` #ifdef CONFIG_SOC_POSIX #include <unistd.h> #else #include <posix/unistd.h> #endif ``` Fixes #61 Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
cfriedt
added a commit
that referenced
this issue
Mar 22, 2022
The upstream PR is zephyrproject-rtos/zephyr#43987 Basing off of that so that we can roll-back the many changes like the one below in `.upstream` thrift. ``` #ifdef CONFIG_SOC_POSIX #include <unistd.h> #else #include <posix/unistd.h> #endif ``` Fixes #61 Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
cfriedt
added a commit
that referenced
this issue
Mar 22, 2022
The upstream PR is zephyrproject-rtos/zephyr#43987 Basing off of that so that we can roll-back the many changes like the one below in `.upstream` thrift. ``` #ifdef CONFIG_SOC_POSIX #include <unistd.h> #else #include <posix/unistd.h> #endif ``` Fixes #61 Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
cfriedt
added a commit
that referenced
this issue
Mar 23, 2022
The upstream PR is zephyrproject-rtos/zephyr#43987 Basing off of that so that we can roll-back the many changes like the one below in `.upstream` thrift. ``` #ifdef CONFIG_SOC_POSIX #include <unistd.h> #else #include <posix/unistd.h> #endif ``` Fixes #61 Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
cfriedt
added a commit
that referenced
this issue
Mar 23, 2022
The upstream PR is zephyrproject-rtos/zephyr#43987 Basing off of that so that we can roll-back the many changes like the one below in `.upstream` thrift. ``` #ifdef CONFIG_SOC_POSIX #include <unistd.h> #else #include <posix/unistd.h> #endif ``` Fixes #61 Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PR is at zephyrproject-rtos/zephyr#43987
this will also mean we can roll-back the many changes like the one below in
.upstream
The text was updated successfully, but these errors were encountered: