diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2020-02-19 14:52:32 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2020-02-19 14:52:32 +0000 |
| commit | c70019dd0a90966b3a784dfd0747dfe8ccfb04fc (patch) | |
| tree | cd28736d1b4cc5b0dc58a8a648b39a5d87eed015 /lib/libsysdecode/sysdecode.h | |
| parent | 09d7d4ad9a118f20b40c9ee1097233901bbc038c (diff) | |
Notes
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 218943245b66..a01ac1243aa2 100644 --- a/lib/libsysdecode/sysdecode.h +++ b/lib/libsysdecode/sysdecode.h @@ -128,5 +128,6 @@ const char *sysdecode_vmresult(int _result); bool sysdecode_wait4_options(FILE *_fp, int _options, int *_rem); bool sysdecode_wait6_options(FILE *_fp, int _options, int *_rem); const char *sysdecode_whence(int _whence); +bool sysdecode_shmflags(FILE *_fp, int _flags, int *_rem); #endif /* !__SYSDECODE_H__ */ |
