Skip to content

Commit

Permalink
options/glibc: Fix incorrect definition of prgregset_t
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennisbonke committed Dec 13, 2024
1 parent d621517 commit 32d0dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/glibc/include/sys/procfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ typedef unsigned long elf_greg_t;
typedef elf_greg_t elf_gregset_t[ELF_NGREG];

typedef struct user_fpregs_struct elf_fpregset_t;
typedef struct user_regs_struct prgregset_t;
typedef elf_gregset_t prgregset_t;
typedef struct user_fpregs_struct prfpregset_t;

#define ELF_PRARGSZ 80
Expand Down

0 comments on commit 32d0dba

Please sign in to comment.