Create a micro abstraction around the POSIX file APIs
This way we can start to write IO code to read and write files in the Git object database, but provide a hook to inject native Win32 APIs instead so libgit2 can be ported to run natively on that platform. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Showing
include/git/config.h.in
0 → 100644
include/git/os/unix.h
0 → 100644
src/os/unix.c
0 → 100644
Please
register
or
sign in
to comment