-
- Downloads
Revert "libsparse: Add sparse typed callback"
This reverts commit db69f0d4. Reason for revert: Broke the build: In file included from system/core/libsparse/sparse.cpp:26: system/core/libsparse/output_file.h:34:72: error: unknown type name 'off64_t'; did you mean 'off_t'? int (*skip_write)(void*, off64_t), void* priv, ^~~~~~~ off_t /Applications/Xcode6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/sys/_types/_off_t.h:30:25: note: 'off_t' declared here typedef __darwin_off_t off_t; ^ 1 error generated. Bug: 78793464 Change-Id: I0f8bc4e9aa2f74612bfd8721d00d961e3f7e695f
Showing
- libsparse/include/sparse/sparse.h 0 additions, 31 deletionslibsparse/include/sparse/sparse.h
- libsparse/output_file.cpp 86 additions, 178 deletionslibsparse/output_file.cpp
- libsparse/output_file.h 3 additions, 7 deletionslibsparse/output_file.h
- libsparse/sparse.cpp 7 additions, 30 deletionslibsparse/sparse.cpp
Loading
Please register or sign in to comment