-
Notifications
You must be signed in to change notification settings - Fork 8.2k
posix: header fixups #51771
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
posix: header fixups #51771
Changes from all commits
90b1950
17a871b
bea5b9a
45242f6
202f260
a540ae7
5dbbad3
b47f435
39a6128
f089cb8
6dbd9cd
7fb8b99
81de964
9a1c149
e2103ab
97b51cc
f19242a
49a04c2
6fd104c
759dc8d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,8 +3,8 @@ | |
| * | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
| #ifndef ZEPHYR_INCLUDE_POSIX_POSIX_SCHED_H_ | ||
| #define ZEPHYR_INCLUDE_POSIX_POSIX_SCHED_H_ | ||
| #ifndef ZEPHYR_INCLUDE_POSIX_SCHED_H_ | ||
| #define ZEPHYR_INCLUDE_POSIX_SCHED_H_ | ||
|
||
|
|
||
| #ifdef __cplusplus | ||
| extern "C" { | ||
|
|
@@ -40,4 +40,4 @@ int sched_get_priority_max(int policy); | |
| } | ||
| #endif | ||
|
|
||
| #endif /* ZEPHYR_INCLUDE_POSIX_POSIX_SCHED_H_ */ | ||
| #endif /* ZEPHYR_INCLUDE_POSIX_SCHED_H_ */ | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
| zephyr_interface_library_named(posix_subsys) | ||
|
|
||
| if(CONFIG_POSIX_API) | ||
| target_include_directories(posix_subsys INTERFACE ${ZEPHYR_BASE}/include/zephyr/posix) | ||
| zephyr_include_directories(${ZEPHYR_BASE}/include/zephyr/posix) | ||
| endif() | ||
|
||
|
|
||
| if(CONFIG_POSIX_API OR CONFIG_PTHREAD_IPC OR CONFIG_POSIX_CLOCK OR | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,6 +4,7 @@ | |
|
|
||
| menuconfig GETOPT | ||
| bool "Getopt library support" | ||
| default y if POSIX_API | ||
|
||
| help | ||
| This option adds support of getopt. | ||
| Different shell backends are use their own instance of getopt to | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.