Binary compatibility report for the libjio library between 0.14 and 0.15 versions on x86
Test Info
Library Name | libjio |
Version #1 | 0.14 |
Version #2 | 0.15 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 1 |
Total Symbols / Types | 15 / 33 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 13 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (13)
libjio.h,
libjio.so
frewind ( struct jfs* stream )
jclearerr ( struct jfs* stream )
jfclose ( struct jfs* stream )
jfeof ( struct jfs* stream )
jferror ( struct jfs* stream )
jfileno ( struct jfs* stream )
jfopen ( char const* path, char const* mode )
jfread ( void* ptr, size_t size, size_t nmemb, struct jfs* stream )
jfreopen ( char const* path, char const* mode, struct jfs* stream )
jfseek ( struct jfs* stream, long offset, int whence )
jfsopen ( struct jfs* stream, char const* mode )
jftell ( struct jfs* stream )
jfwrite ( void const* ptr, size_t size, size_t nmemb, struct jfs* stream )
to the top
Header Files (1)
libjio.h
to the top
Shared Libraries (1)
libjio.so
to the top