incubator-nuttx/fs/shm
yanghuatao e9d7210d02 sim/posix_test: fix shm_open() return file descriptor associated with FD_CLOEXEC
Make the pthread_setspecific pass the shm_open/11-1.c testcases. Function shm_open() should return a file descriptor for the shared memory object associated with FD_CLOEXEC. Reference to https://pubs.opengroup.org/onlinepubs/9699919799/functions/shm_open.html and https://github.com/lattera/glibc/blob/master/sysdeps/posix/shm_open.c#LL38C1-L38C1

Signed-off-by: yanghuatao <yanghuatao@xiaomi.com>
2023-07-11 13:30:34 +08:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig fs/shm: Add initial implementation for posix shared memory 2023-01-18 11:01:20 +08:00
Make.defs fs/shm: Add initial implementation for posix shared memory 2023-01-18 11:01:20 +08:00
shm_open.c sim/posix_test: fix shm_open() return file descriptor associated with FD_CLOEXEC 2023-07-11 13:30:34 +08:00
shm_unlink.c fs/shm: use ERROR instead of -1 2023-01-26 10:26:09 +08:00
shmfs.c fs: Add g_ prefix for all global file_operations instances 2023-04-24 16:13:29 +02:00
shmfs.h fs: Add g_ prefix for all global file_operations instances 2023-04-24 16:13:29 +02:00
shmfs_alloc.c fs/shm: update pointer arithmetic logic 2023-01-26 10:26:09 +08:00