diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2016-02-23 20:00:55 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2016-02-23 20:00:55 +0000 |
| commit | 287b96dd253d69d2a3ff2033fb2eb19aec44605f (patch) | |
| tree | 2e652af1c6fc8f563dbb36930037dca0ed084d27 /lib/libsysdecode/sysdecode.h | |
| parent | d70876fd7e2fe46f9d1fb2212a2687f9684ccb7a (diff) | |
Notes
Diffstat (limited to 'lib/libsysdecode/sysdecode.h')
| -rw-r--r-- | lib/libsysdecode/sysdecode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libsysdecode/sysdecode.h b/lib/libsysdecode/sysdecode.h index fa00716826db..8a30206f66fb 100644 --- a/lib/libsysdecode/sysdecode.h +++ b/lib/libsysdecode/sysdecode.h @@ -38,6 +38,8 @@ enum sysdecode_abi { SYSDECODE_ABI_CLOUDABI64 }; +int sysdecode_abi_to_freebsd_errno(enum sysdecode_abi _abi, int _error); +int sysdecode_freebsd_to_abi_errno(enum sysdecode_abi _abi, int _error); const char *sysdecode_ioctlname(unsigned long _val); const char *sysdecode_syscallname(enum sysdecode_abi _abi, unsigned int _code); int sysdecode_utrace(FILE *_fp, void *_buf, size_t _len); |
