nuttx/libs/libc/pwd
Daniel Jasinski a09867df8c build: Fix libc/pwd CMakeLists.txt
This commit fixes erronous assignment of lib_pwd_globals.c
previously guarded by CONFIG_LIBC_PASSWD_FILE. Original
Make.defs file has this in CSRCS scope.

Signed-off-by: Daniel Jasinski <jasinskidaniel95szcz@gmail.com>
2024-08-07 08:45:19 +08:00
..
CMakeLists.txt build: Fix libc/pwd CMakeLists.txt 2024-08-07 08:45:19 +08:00
Kconfig
lib_find_pwdfile.c pwd: Add initial implementation of getpwent 2023-07-31 07:50:10 -07:00
lib_getpwbuf.c libc/pwd: Reuse g_passwd and g_passwd_buffer in getpwbuf 2023-06-27 16:18:57 -03:00
lib_getpwbufr.c
lib_getpwent.c ltp: fix review questions 2023-08-01 09:35:36 -07:00
lib_getpwnam.c libc/pwd: Correct the geos related comment and ddd ROOT_GEOS macro 2023-06-27 16:18:57 -03:00
lib_getpwnamr.c libc/pwd: Correct the geos related comment and ddd ROOT_GEOS macro 2023-06-27 16:18:57 -03:00
lib_getpwuid.c libc/pwd: Correct the geos related comment and ddd ROOT_GEOS macro 2023-06-27 16:18:57 -03:00
lib_getpwuidr.c libc/pwd: Correct the geos related comment and ddd ROOT_GEOS macro 2023-06-27 16:18:57 -03:00
lib_pwd_globals.c pwd: Add initial implementation of getpwent 2023-07-31 07:50:10 -07:00
lib_pwd.h pwd: fix syntax error 2023-09-04 23:19:46 +08:00
Make.defs pwd: Add initial implementation of getpwent 2023-07-31 07:50:10 -07:00