Sistemati alcuni nomi, l'inserimento dell'indice analitico e della
[gapil.git] / listati / siginfo_t.h
index 7045a66cc0e1e429b4a1f9259a9694a7e933ffb7..a010075801d59baf2aaa32663fda7b1005684ee9 100644 (file)
@@ -17,4 +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 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) */
 }