diff options
author | dim <dim@FreeBSD.org> | 2016-02-24 21:38:51 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2016-02-24 21:38:51 +0000 |
commit | 7ef26dcde64aff82cf88b8e9354f8000fdf1b1c8 (patch) | |
tree | 093f0dab43c9b41b5442d7a487fbbf387d5e7a2c /lib/libsysdecode/sysdecode.h | |
parent | 234d55af8b6e6a323f480cc9c25a31d2cd7ea81d (diff) | |
parent | c9f48b7d63385be81574c190e92e621b2b6570a3 (diff) | |
download | FreeBSD-src-7ef26dcde64aff82cf88b8e9354f8000fdf1b1c8.zip FreeBSD-src-7ef26dcde64aff82cf88b8e9354f8000fdf1b1c8.tar.gz |
Merge ^/head r295902 through r296006.
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 fa00716..8a30206 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); |