diff options
| author | Dmitry Chagin <dchagin@FreeBSD.org> | 2022-06-22 11:17:10 +0000 |
|---|---|---|
| committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2022-06-22 11:17:10 +0000 |
| commit | 2fc3a51db14f2be7fd1f5515c6adfc60d4880207 (patch) | |
| tree | c4fa5146ca801c314e83d8c9ae930f74ec8523c2 /lib/libsysdecode/sysdecode.h | |
| parent | 3606a213bfa42e1970197ba9b3494c88d5827259 (diff) | |
Diffstat (limited to 'lib/libsysdecode/sysdecode.h')
| -rw-r--r-- | lib/libsysdecode/sysdecode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libsysdecode/sysdecode.h b/lib/libsysdecode/sysdecode.h index e386ae0466a9..91b07e0b4768 100644 --- a/lib/libsysdecode/sysdecode.h +++ b/lib/libsysdecode/sysdecode.h @@ -66,6 +66,7 @@ const char *sysdecode_ioctlname(unsigned long _val); const char *sysdecode_ipproto(int _protocol); void sysdecode_kevent_fflags(FILE *_fp, short _filter, int _fflags, int _base); +const char *sysdecode_itimer(int _which); const char *sysdecode_kevent_filter(int _filter); bool sysdecode_kevent_flags(FILE *_fp, int _flags, int *_rem); const char *sysdecode_kldsym_cmd(int _cmd); |
