zephyr/samples/subsys
Chris Friedt fc92eb1b37 posix: getopt: move declarations to unistd.h
Declarations for `getopt()` should be in `<unistd.h>`
according to the spec. The extended versions `getopt_long()`
and `getopt_long_only()` are declared in `<getopt.h>`.

Signed-off-by: Chris Friedt <cfriedt@meta.com>
2022-12-01 15:52:47 -05:00
..
canbus samples: subsys: canbus: isotp: fix sample path in Readme.rst 2022-10-27 11:02:57 +02:00
console includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
cpp samples: cpp_synchronization: Allow running on POSIX arch boards 2022-11-05 16:41:45 +09:00
debug include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
display samples: subsys: display: lvgl: Add native_posix overlay for SDL input 2022-10-03 10:12:03 +02:00
edac tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
fs tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
ipc tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
logging twister: Add fiters to SYS-T related tests 2022-10-27 11:03:30 +02:00
lorawan/class_a lorawan: enable run-time config of region/freq 2022-11-14 11:16:16 +00:00
mgmt tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
modbus tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
nvs samples: subsys: nvs: Switch to FIXED_PARTITION_ macros 2022-09-06 09:56:37 +02:00
pm tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
portability includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
rtio/sensor_batch_processing rtio: Add macro to define iodev submission queue 2022-10-05 12:42:16 +02:00
settings tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
shell posix: getopt: move declarations to unistd.h 2022-12-01 15:52:47 -05:00
task_wdt includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
testsuite tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
tracing tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
usb tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
usb_c tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
video tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
zbus tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
subsys.rst