diff options
| author | Jake Freeland <jfree@freebsd.org> | 2023-08-24 04:39:54 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-24 20:28:56 +0000 |
| commit | af93fea710385b2b11f0cabd377e7ed6f3d97c34 (patch) | |
| tree | a1b50fbac6aebce0428a89a99958809ad243f8a2 /sys/bsm | |
| parent | f8bc606aad35daf9853e3198f14d4a7baba36fcb (diff) | |
Diffstat (limited to 'sys/bsm')
| -rw-r--r-- | sys/bsm/audit_kevents.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/bsm/audit_kevents.h b/sys/bsm/audit_kevents.h index a6b50a67ee6a..d06381837aad 100644 --- a/sys/bsm/audit_kevents.h +++ b/sys/bsm/audit_kevents.h @@ -661,6 +661,7 @@ #define AUE_AIO_WRITEV 43267 /* FreeBSD-specific. */ #define AUE_AIO_READV 43268 /* FreeBSD-specific. */ #define AUE_FSPACECTL 43269 /* FreeBSD-specific. */ +#define AUE_TIMERFD 43270 /* FreeBSD/Linux. */ /* * Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the |
