]> git.proxmox.com Git - libgit2.git/commit - src/errors.c
Set GIT_EOSERR when the OS errno should be consulted
authorShawn O. Pearce <spearce@spearce.org>
Wed, 31 Dec 2008 07:26:38 +0000 (23:26 -0800)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 31 Dec 2008 07:29:23 +0000 (23:29 -0800)
commit7dd8a9f71052cc12f8dd9c1eec2e99afbf08df76
treecf5f7235b9c9689b133f6ea12015720b411329bd
parent64a47c01426a36cdb7e598d17018d5791e54bb97
Set GIT_EOSERR when the OS errno should be consulted

This error code indicates the OS error code has a better value
describing the last error, as it is likely a network or local
file IO problem identified by a C library function call.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
src/errors.c
src/errors.h
src/fileops.c
src/fileops.h
src/git/common.h