make FILE a complete type for pre-C11 standard profiles
[musl] / include / sys / procfs.h
index 6a34605..e23bf1a 100644 (file)
@@ -33,14 +33,13 @@ struct elf_prstatus {
 
 #define ELF_PRARGSZ 80
 
-struct elf_prpsinfo
-       {
+struct elf_prpsinfo {
        char pr_state;
        char pr_sname;
        char pr_zomb;
        char pr_nice;
        unsigned long int pr_flag;
-#if __WORDSIZE == 32
+#if UINTPTR_MAX == 0xffffffff
        unsigned short int pr_uid;
        unsigned short int pr_gid;
 #else