X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=listati%2Fsiginfo_t.h;h=a010075801d59baf2aaa32663fda7b1005684ee9;hp=3e9b488f61e38bbd0fd5f6e2dc4cc5fb85b59b82;hb=c2e762abed93fe970c6c4d019a8bfe95fadb4efa;hpb=11cd58e4e9555818fadbebc8d01c96decbf9e332 diff --git a/listati/siginfo_t.h b/listati/siginfo_t.h index 3e9b488..a010075 100644 --- a/listati/siginfo_t.h +++ b/listati/siginfo_t.h @@ -17,11 +17,11 @@ siginfo_t { void * si_addr; /* Memory location which caused fault */ long si_band; /* Band event (was int before glibc 2.3.2) */ int si_fd; /* File descriptor */ - short si_addr_lsb;/* Least significant bit of address (since Linux 2.6.32) */ - void *si_lower; /* Lower bound when address violation occurred (since Linux 3.19) */ - void *si_upper; /* Upper bound when address violation occurred (since Linux 3.19) */ - int si_pkey; /* Protection key on PTE that caused fault (since Linux 4.6) */ - void *si_call_addr; /* Address of system call instruction (since Linux 3.5) */ - int si_syscall; /* Number of attempted system call (since Linux 3.5) */ - unsigned int si_arch;/* Architecture of attempted system call (since Linux 3.5) */ - } + short si_addr_lsb;/* Least significant bit of address (since 2.6.32) */ + void *si_lower; /* Lower bound when addr violation occurred (3.19) */ + void *si_upper; /* Upper bound when addr violation occurred (3.19) */ + int si_pkey; /* Protection key on PTE that caused fault (4.6) */ + void *si_call_addr; /* Address of system call instruction (3.5) */ + int si_syscall; /* Number of attempted system call (since 3.5) */ + unsigned int si_arch;/* Architecture of attempted system call (3.5) */ +}