8sa1-binutils-gdb/libctf
Nick Alcock 479604f44f libctf: error handling
CTF functions return zero on success or an extended errno value which
can be translated into a string via the functions in this commit.

The errno numbers start at -CTF_BASE.

libctf/
	* ctf-error.c: New file.

include/
	* ctf-api.h (ctf_errno): New declaration.
	(ctf_errmsg): Likewise.
2019-05-28 17:07:24 +01:00
..
ChangeLog libctf: error handling 2019-05-28 17:07:24 +01:00
ctf-error.c libctf: error handling 2019-05-28 17:07:24 +01:00
ctf-impl.h
ctf-subr.c
ctf-util.c
elf.h