zephyr/lib/posix/options
Guennadi Liakhovetski 05616c51b6 posix: fix posix clock undefined type
When built with the minimal libc while using POSIX clocks, Zephyr
compilation breaks with "error: unknown type name 'clockid_t'." Use
int instead of clockid_t to eliminate the dependency.

Suggested-by: Chris Friedt <cfriedt@tenstorrent.com>
Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2025-07-09 09:43:52 -05:00
..
getopt
aio.c
barrier.c
clock_selection.c posix: use sys_clock implementation 2025-06-24 14:18:52 +02:00
clock.c posix: use sys_clock implementation 2025-06-24 14:18:52 +02:00
CMakeLists.txt posix: use sys_clock implementation 2025-06-24 14:18:52 +02:00
cond.c posix: cond + mutex: log messages generate warnings for 32-bit timeouts 2025-06-24 14:18:52 +02:00
confstr.c
device_io.c Revert "posix: device_io: mark pwrite() buf as const" 2025-05-30 08:27:19 -04:00
env_common.c posix: env: use sizeof void ptr instead of char ptr ptr 2025-06-26 10:50:56 -10:00
env.c posix: env: move most implementations to env-common.c 2025-05-13 22:23:21 -04:00
eventfd.c
fd_mgmt.c
file_system_r.c
fnmatch.c posix: fnmatch: fix bugs in fnmatch(), see issue #55186 2025-06-09 17:05:40 -05:00
fs_priv.h
fs.c
fsync.c
getentropy.c
grp.c
Kconfig
Kconfig.aio
Kconfig.barrier
Kconfig.c_lang_r
Kconfig.c_lib_ext
Kconfig.clock_selection posix: implement the POSIX_CLOCK_SELECTION Option Group 2025-05-13 22:23:21 -04:00
Kconfig.compat
Kconfig.device_io
Kconfig.fd_mgmt
Kconfig.file_system_r
Kconfig.fs
Kconfig.mem
Kconfig.mqueue
Kconfig.net
Kconfig.proc1 posix: implement the XSI_SINGLE_PROCESS Option Group 2025-05-13 22:23:21 -04:00
Kconfig.procN
Kconfig.profile lib: posix: dedicated symbol for POSIX system headers 2025-06-11 08:19:54 +02:00
Kconfig.pthread
Kconfig.rwlock
Kconfig.sched
Kconfig.semaphore
Kconfig.signal
Kconfig.spinlock
Kconfig.sync_io
Kconfig.timer
Kconfig.toolchain
Kconfig.xsi_realtime
Kconfig.xsi_single_process posix: implement the XSI_SINGLE_PROCESS Option Group 2025-05-13 22:23:21 -04:00
Kconfig.xsi_streams
Kconfig.xsi_system_logging
Kconfig.xsi_threads_ext
key.c
mlock.c
mlockall.c
mmap.c
mprotect.c
mqueue.c
multi_process.c
mutex.c posix: cond + mutex: log messages generate warnings for 32-bit timeouts 2025-06-24 14:18:52 +02:00
net.c Revert "posix: net: move static inline gethostname() to lib definition" 2025-05-30 08:27:19 -04:00
perror.c
posix_clock.h posix: fix posix clock undefined type 2025-07-09 09:43:52 -05:00
posix_internal.h lib: posix: Update attribute packed for posix_thread_attr 2025-06-26 14:07:03 +02:00
pthread_sched.h
pthread.c
pwd.c
rwlock.c Revert "posix: rwlock: Refactor locking using k_timepoint_t" 2025-05-30 08:27:19 -04:00
sched.c
semaphore.c
shm.c
signal.c
sleep.c
spinlock.c
stropts.c
sysconf.c Revert "posix: sysconf: match _SC* defines with newlib/picolib" 2025-05-30 08:27:19 -04:00
syslog.c
timer.c posix: move timespec functions to posix_clock.h 2025-04-24 22:58:43 +02:00
timespec_to_timeout.c posix: fix posix clock undefined type 2025-07-09 09:43:52 -05:00
uname.c
xsi_single_process.c posix: use sys_clock implementation 2025-06-24 14:18:52 +02:00