mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01: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:
parent
d3476c20b2
commit
ac79930498
1 changed files with 3 additions and 1 deletions
|
@ -134,8 +134,10 @@ enum
|
||||||
# define SEGV_ADIPERR SEGV_ADIPERR
|
# define SEGV_ADIPERR SEGV_ADIPERR
|
||||||
SEGV_MTEAERR, /* Asynchronous ARM MTE error. */
|
SEGV_MTEAERR, /* Asynchronous ARM MTE error. */
|
||||||
# define SEGV_MTEAERR SEGV_MTEAERR
|
# define SEGV_MTEAERR SEGV_MTEAERR
|
||||||
SEGV_MTESERR /* Synchronous ARM MTE exception. */
|
SEGV_MTESERR, /* Synchronous ARM MTE exception. */
|
||||||
# define SEGV_MTESERR SEGV_MTESERR
|
# define SEGV_MTESERR SEGV_MTESERR
|
||||||
|
SEGV_CPERR /* Control protection fault. */
|
||||||
|
# define SEGV_CPERR SEGV_CPERR
|
||||||
};
|
};
|
||||||
|
|
||||||
/* `si_code' values for SIGBUS signal. */
|
/* `si_code' values for SIGBUS signal. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue