[libc-commits] [libc] [libc] Add struct passwd type, pwd.yaml, and pwd_utils parser (PR #212421)

Victor Campos via libc-commits libc-commits at lists.llvm.org
Tue Jul 28 03:13:11 PDT 2026


================
@@ -0,0 +1,26 @@
+header: pwd.h
+standards:
+  - posix
+types:
+  - type_name: struct_passwd
+  - type_name: gid_t
+  - type_name: uid_t
+  - type_name: size_t
----------------
vhscampos wrote:

I don't think `pwd.h` defines these types. It only references them. Does it work if you remove these lines?

https://github.com/llvm/llvm-project/pull/212421


More information about the libc-commits mailing list