Skip to content
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

Closed
cfriedt opened this issue Mar 22, 2022 · 0 comments · Fixed by #62
Closed

zephyr: remove posix prefix on standard headers #61

cfriedt opened this issue Mar 22, 2022 · 0 comments · Fixed by #62
Assignees

Comments

@cfriedt
Copy link
Member

cfriedt commented Mar 22, 2022

PR is at zephyrproject-rtos/zephyr#43987

this will also mean we can roll-back the many changes like the one below in .upstream

#ifdef CONFIG_SOC_POSIX
#include <unistd.h>
#else
#include <posix/unistd.h>
#endif
@cfriedt cfriedt self-assigned this Mar 22, 2022
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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant