zephyr/lib/posix/options
Keith Packard dc7c20adf9 posix: sysconf.c uses POSIX values
We need to add _POSIX_C_SOURCE to this file as it uses POSIX values from
limits.h including IOV_MAX, CHILD_MAX and ARG_MAX.

Signed-off-by: Keith Packard <keithp@keithp.com>
2024-09-16 20:17:35 +02:00
..
getopt style: lib: comply with MISRA C:2012 Rule 15.6 2024-09-11 07:40:35 -04:00
CMakeLists.txt lib: posix: add stubs for thread-safe grp & pwd functions 2024-08-05 10:17:27 +02:00
Kconfig libc: common: implement multiple time functions 2024-08-21 16:59:15 -04:00
Kconfig.aio
Kconfig.barrier
Kconfig.c_lang_r lib/posix: Only enable Zephyr _r APIs when toolchain doesn't 2024-09-16 20:17:35 +02:00
Kconfig.c_lib_ext
Kconfig.compat
Kconfig.deprecated
Kconfig.device_io
Kconfig.fd_mgmt
Kconfig.fs lib: posix: update option group of `readdir_r()` 2024-08-21 16:59:15 -04:00
Kconfig.mem
Kconfig.mqueue
Kconfig.net
Kconfig.proc1
Kconfig.procN
Kconfig.profile
Kconfig.pthread libc: common: implement multiple time functions 2024-08-21 16:59:15 -04:00
Kconfig.rwlock
Kconfig.sched
Kconfig.semaphore
Kconfig.signal posix: add stubs for signal.h functions that need process support 2024-08-23 10:35:11 -04:00
Kconfig.spinlock
Kconfig.sync_io
Kconfig.timer
Kconfig.toolchain
Kconfig.xsi
aio.c
barrier.c
clock.c
cond.c
confstr.c
device_io.c
env.c
eventfd.c
fd_mgmt.c
fnmatch.c
fs.c posix: Define _POSIX_C_SOURCE to gain access to POSIX functions 2024-09-16 20:17:35 +02:00
fsync.c posix: fs: implement `fdatasync()` 2024-07-29 14:14:33 +02:00
getentropy.c
grp.c lib: posix: add stubs for thread-safe grp & pwd functions 2024-08-05 10:17:27 +02:00
key.c
mlock.c
mlockall.c
mmap.c
mprotect.c
mqueue.c
multi_process.c posix: procN: add missing alias for getpid() 2024-08-23 10:35:11 -04:00
mutex.c lib: posix: mutex: stubs remaining of _POSIX_THREAD_PRIO_PROTECT 2024-08-05 11:32:43 +02:00
net.c
perror.c
posix_clock.h
posix_internal.h
pthread.c
pthread_sched.h
pwd.c lib: posix: add stubs for thread-safe grp & pwd functions 2024-08-05 10:17:27 +02:00
rwlock.c
sched.c
semaphore.c
shm.c posix: options/shm.c needs _POSIX_C_SOURCE 2024-09-16 20:17:35 +02:00
signal.c posix: add stubs for signal.h functions that need process support 2024-08-23 10:35:11 -04:00
sleep.c
spinlock.c
stropts.c
sysconf.c posix: sysconf.c uses POSIX values 2024-09-16 20:17:35 +02:00
syslog.c
timer.c posix: Define _POSIX_C_SOURCE to gain access to POSIX functions 2024-09-16 20:17:35 +02:00
timespec_to_timeout.c
uname.c