mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-12 19:04:54 +03:00
Add SEGV_CPERR from Linux 6.6 to bits/siginfo-consts.h
Linux 6.6 adds the constant SEGV_CPERR. Add it to glibc's bits/siginfo-consts.h. Tested for x86_64.
This commit is contained in:
@@ -134,8 +134,10 @@ enum
|
||||
# define SEGV_ADIPERR SEGV_ADIPERR
|
||||
SEGV_MTEAERR, /* Asynchronous ARM MTE error. */
|
||||
# define SEGV_MTEAERR SEGV_MTEAERR
|
||||
SEGV_MTESERR /* Synchronous ARM MTE exception. */
|
||||
SEGV_MTESERR, /* Synchronous ARM MTE exception. */
|
||||
# define SEGV_MTESERR SEGV_MTESERR
|
||||
SEGV_CPERR /* Control protection fault. */
|
||||
# define SEGV_CPERR SEGV_CPERR
|
||||
};
|
||||
|
||||
/* `si_code' values for SIGBUS signal. */
|
||||
|
Reference in New Issue
Block a user