Commit 850a96e
committed
[nrf toup] Do not use GNU strerror while using Zephyr
In some cases GNU_SOURCE may be enabled and due to that
a wrong strerror implementation is used for Zephyr platform.
To prevent this, exclude ZEPHYR if GNU_SOURCE is enabled.
Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>1 parent 914b6b8 commit 850a96e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments