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

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Tue Jul 28 03:56:05 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
----------------
kaladron wrote:

The standard says:

The <pwd.h> header shall define the gid_t, uid_t, and size_t types as described in [<sys/types.h>](https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_types.h.html).

So we do need to provide them.

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


More information about the libc-commits mailing list