X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=libctf%2Fctf-util.c;h=730f358a9318a258704fce73d04fcf64d68bda6c;hb=a0486bac41d6ce47f27795a5abbca5cc53ddba00;hp=44600467a7e8942aca38af2b0a1bba922af916de;hpb=ff4a4474eba6488c8ad3cae51a685fe282ab249a;p=deliverable%2Fbinutils-gdb.git diff --git a/libctf/ctf-util.c b/libctf/ctf-util.c index 44600467a7..730f358a93 100644 --- a/libctf/ctf-util.c +++ b/libctf/ctf-util.c @@ -166,9 +166,9 @@ ctf_set_open_errno (int *errp, int error) } /* Store the specified error code into the CTF container, and then return - CTF_ERR for the benefit of the caller. */ + CTF_ERR / -1 for the benefit of the caller. */ -long +unsigned long ctf_set_errno (ctf_file_t * fp, int err) { fp->ctf_errno = err;